1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-24 11:29:10 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=300894

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>