summaryrefslogtreecommitdiff
path: root/tools/testing/selftests/gpio/Makefile
diff options
context:
space:
mode:
authorBartosz Golaszewski <brgl@bgdev.pl>2021-12-13 15:42:20 +0300
committerBartosz Golaszewski <brgl@bgdev.pl>2021-12-17 14:26:13 +0300
commitb2bb90c80a3e9ba6d479aaf130277d6f96a87161 (patch)
treebd7e1c35e93e1dc14708ef64df34621f4e361216 /tools/testing/selftests/gpio/Makefile
parent16c138f338b62dd0a339b9d0ca819426231be7f6 (diff)
downloadlinux-b2bb90c80a3e9ba6d479aaf130277d6f96a87161.tar.xz
selftests: gpio: add a helper for reading GPIO line names
Add a simple program that allows to read GPIO line names from the character device. This will be used in gpio-sim selftests. Signed-off-by: Bartosz Golaszewski <brgl@bgdev.pl>
Diffstat (limited to 'tools/testing/selftests/gpio/Makefile')
-rw-r--r--tools/testing/selftests/gpio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/gpio/Makefile b/tools/testing/selftests/gpio/Makefile
index 84b48547f94c..d7d8f1985d99 100644
--- a/tools/testing/selftests/gpio/Makefile
+++ b/tools/testing/selftests/gpio/Makefile
@@ -2,6 +2,6 @@
TEST_PROGS := gpio-mockup.sh
TEST_FILES := gpio-mockup-sysfs.sh
-TEST_GEN_PROGS_EXTENDED := gpio-mockup-cdev gpio-chip-info
+TEST_GEN_PROGS_EXTENDED := gpio-mockup-cdev gpio-chip-info gpio-line-name
include ../lib.mk