Only build gpio modules on armv6, until it's known that they can be built

succesfully on other arches.
This commit is contained in:
Ian Lepore 2016-05-27 01:14:35 +00:00
parent 279dc9ca3d
commit 3bf5c797c0

View File

@ -125,7 +125,7 @@ SUBDIR= \
geom \ geom \
${_glxiic} \ ${_glxiic} \
${_glxsb} \ ${_glxsb} \
gpio \ ${_gpio} \
hatm \ hatm \
hifn \ hifn \
hme \ hme \
@ -733,6 +733,10 @@ _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