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

selftests: remove obsolete build restriction for gpio

Build restrictions related to the gpio-mockup-chardev helper are
no longer relevant so remove them.

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
01e1250f e0297598

-9
-9
tools/testing/selftests/Makefile
··· 125 125 export KSFT_KHDR_INSTALL_DONE := 1 126 126 export BUILD 127 127 128 - # build and run gpio when output directory is the src dir. 129 - # gpio has dependency on tools/gpio and builds tools/gpio 130 - # objects in the src directory in all cases making the src 131 - # repo dirty even when objects are relocated. 132 - ifneq (1,$(DEFAULT_INSTALL_HDR_PATH)) 133 - TMP := $(filter-out gpio, $(TARGETS)) 134 - TARGETS := $(TMP) 135 - endif 136 - 137 128 # set default goal to all, so make without a target runs all, even when 138 129 # all isn't the first target in the file. 139 130 .DEFAULT_GOAL := all