Add gpiokeys to the list of GPIO modules built only if FDT is enabled

This commit is contained in:
Oleksandr Tymoshenko 2016-05-28 00:22:39 +00:00
parent b7622235d0
commit 12889df73f

View File

@ -28,7 +28,7 @@
SUBDIR = gpiobus gpioiic gpioled gpiospi
.if !empty(OPT_FDT)
SUBDIR += gpiopps
SUBDIR += gpiokeys gpiopps
.endif
.include <bsd.subdir.mk>