Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 May 2016 20:43:46 +0000 (UTC)
From:      Ian Lepore <ian@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r300872 - head/sys/modules
Message-ID:  <201605272043.u4RKhkYv047002@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: ian
Date: Fri May 27 20:43:46 2016
New Revision: 300872
URL: https://svnweb.freebsd.org/changeset/base/300872

Log:
  Go back to unconditionally compiling modules/gpio now that the parts of it
  dependent on FDT support are conditionally compiled only on FDT platforms.

Modified:
  head/sys/modules/Makefile

Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile	Fri May 27 20:41:25 2016	(r300871)
+++ head/sys/modules/Makefile	Fri May 27 20:43:46 2016	(r300872)
@@ -125,7 +125,7 @@ SUBDIR=	\
 	geom \
 	${_glxiic} \
 	${_glxsb} \
-	${_gpio} \
+	gpio \
 	hatm \
 	hifn \
 	hme \
@@ -735,10 +735,6 @@ _cfi=		cfi
 _cpsw=		cpsw
 .endif
 
-.if ${MACHINE_ARCH} == "armv6"
-_gpio=		gpio
-.endif
-
 .if ${MACHINE_CPUARCH} == "powerpc"
 _agp=		agp
 _an=		an



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605272043.u4RKhkYv047002>