summaryrefslogtreecommitdiffstats
path: root/sys/modules/gpio
diff options
context:
space:
mode:
authorgonzo <gonzo@FreeBSD.org>2016-05-28 00:22:39 +0000
committergonzo <gonzo@FreeBSD.org>2016-05-28 00:22:39 +0000
commit3f2bebdfe18e0524cdd6396a0f42852a537eddd2 (patch)
tree1065e5740ce0017a9ed5c379e07b535333dc4fc3 /sys/modules/gpio
parentb6afea100c4203cde506511b8da5b9cca024cd11 (diff)
downloadFreeBSD-src-3f2bebdfe18e0524cdd6396a0f42852a537eddd2.zip
FreeBSD-src-3f2bebdfe18e0524cdd6396a0f42852a537eddd2.tar.gz
Add gpiokeys to the list of GPIO modules built only if FDT is enabled
Diffstat (limited to 'sys/modules/gpio')
-rw-r--r--sys/modules/gpio/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/gpio/Makefile b/sys/modules/gpio/Makefile
index 7256669..709b468 100644
--- a/sys/modules/gpio/Makefile
+++ b/sys/modules/gpio/Makefile
@@ -28,7 +28,7 @@
SUBDIR = gpiobus gpioiic gpioled gpiospi
.if !empty(OPT_FDT)
-SUBDIR += gpiopps
+SUBDIR += gpiokeys gpiopps
.endif
.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud