svn commit: r300894 - head/sys/modules/gpio

Oleksandr Tymoshenko gonzo at FreeBSD.org
Sat May 28 00:22:40 UTC 2016


Author: gonzo
Date: Sat May 28 00:22:39 2016
New Revision: 300894
URL: https://svnweb.freebsd.org/changeset/base/300894

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

Modified:
  head/sys/modules/gpio/Makefile

Modified: head/sys/modules/gpio/Makefile
==============================================================================
--- head/sys/modules/gpio/Makefile	Fri May 27 23:58:00 2016	(r300893)
+++ head/sys/modules/gpio/Makefile	Sat May 28 00:22:39 2016	(r300894)
@@ -28,7 +28,7 @@
 SUBDIR = gpiobus gpioiic gpioled gpiospi
 
 .if !empty(OPT_FDT)
-SUBDIR += gpiopps
+SUBDIR += gpiokeys gpiopps
 .endif
 
 .include <bsd.subdir.mk>


More information about the svn-src-head mailing list