Date: Sat, 28 May 2016 00:22:39 +0000 (UTC) From: Oleksandr Tymoshenko <gonzo@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r300894 - head/sys/modules/gpio Message-ID: <201605280022.u4S0Mdlk028266@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605280022.u4S0Mdlk028266>