Go back to unconditionally compiling modules/gpio now that the parts of it

dependent on FDT support are conditionally compiled only on FDT platforms.
This commit is contained in:
Ian Lepore 2016-05-27 20:43:46 +00:00
parent 781ca89cf6
commit 1e45d04b7b

View File

@ -125,7 +125,7 @@ SUBDIR= \
geom \ geom \
${_glxiic} \ ${_glxiic} \
${_glxsb} \ ${_glxsb} \
${_gpio} \ gpio \
hatm \ hatm \
hifn \ hifn \
hme \ hme \
@ -735,10 +735,6 @@ _cfi= cfi
_cpsw= cpsw _cpsw= cpsw
.endif .endif
.if ${MACHINE_ARCH} == "armv6"
_gpio= gpio
.endif
.if ${MACHINE_CPUARCH} == "powerpc" .if ${MACHINE_CPUARCH} == "powerpc"
_agp= agp _agp= agp
_an= an _an= an