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> _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"