Commit 999e71c3 authored by Kent Gibson's avatar Kent Gibson Committed by Bartosz Golaszewski

selftests: remove obsolete gpio references from kselftest_deps.sh

GPIO Makefile has been greatly simplified so remove references to lines
which no longer exist.
Signed-off-by: default avatarKent Gibson <warthog618@gmail.com>
Acked-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
parent 01e1250f
...@@ -129,13 +129,11 @@ l2_tests=$(grep -r --include=Makefile ": LDLIBS" | \ ...@@ -129,13 +129,11 @@ l2_tests=$(grep -r --include=Makefile ": LDLIBS" | \
grep -v "VAR_LDLIBS" | awk -F: '{print $1}') grep -v "VAR_LDLIBS" | awk -F: '{print $1}')
# Level 3 # Level 3
# gpio, memfd and others use pkg-config to find mount and fuse libs # memfd and others use pkg-config to find mount and fuse libs
# respectively and save it in VAR_LDLIBS. If pkg-config doesn't find # respectively and save it in VAR_LDLIBS. If pkg-config doesn't find
# any, VAR_LDLIBS set to default. # any, VAR_LDLIBS set to default.
# Use the default value and filter out pkg-config for dependency check. # Use the default value and filter out pkg-config for dependency check.
# e.g: # e.g:
# gpio/Makefile
# VAR_LDLIBS := $(shell pkg-config --libs mount) 2>/dev/null)
# memfd/Makefile # memfd/Makefile
# VAR_LDLIBS := $(shell pkg-config fuse --libs 2>/dev/null) # VAR_LDLIBS := $(shell pkg-config fuse --libs 2>/dev/null)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment