Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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: Kent Gibson <warthog618@gmail.com>
Acked-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>

authored by

Kent Gibson and committed by
Bartosz Golaszewski
999e71c3 01e1250f

+1 -3
+1 -3
tools/testing/selftests/kselftest_deps.sh
··· 129 129 grep -v "VAR_LDLIBS" | awk -F: '{print $1}') 130 130 131 131 # Level 3 132 - # gpio, memfd and others use pkg-config to find mount and fuse libs 132 + # memfd and others use pkg-config to find mount and fuse libs 133 133 # respectively and save it in VAR_LDLIBS. If pkg-config doesn't find 134 134 # any, VAR_LDLIBS set to default. 135 135 # Use the default value and filter out pkg-config for dependency check. 136 136 # e.g: 137 - # gpio/Makefile 138 - # VAR_LDLIBS := $(shell pkg-config --libs mount) 2>/dev/null) 139 137 # memfd/Makefile 140 138 # VAR_LDLIBS := $(shell pkg-config fuse --libs 2>/dev/null) 141 139