summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornp <np@FreeBSD.org>2015-01-16 03:39:38 +0000
committernp <np@FreeBSD.org>2015-01-16 03:39:38 +0000
commit9df3c13366c93623f78e21e0133f58db589144f8 (patch)
tree964038ea7e1f4e0f0f3b12cd0b8d504d5d9dce7f
parentbadd58cf3b20583b64c21ef09138eacf236428c4 (diff)
downloadFreeBSD-src-9df3c13366c93623f78e21e0133f58db589144f8.zip
FreeBSD-src-9df3c13366c93623f78e21e0133f58db589144f8.tar.gz
Build cxgbe(4) on powerpc64 too.
-rw-r--r--sys/modules/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index b2d936c..c739926 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -444,7 +444,7 @@ _txp= txp
.endif
.if ${MK_SOURCELESS_UCODE} != "no" && ${MACHINE_CPUARCH} != "arm" && \
- ${MACHINE_CPUARCH} != "powerpc"
+ ${MACHINE_ARCH} != "powerpc"
_cxgbe= cxgbe
.endif
OpenPOWER on IntegriCloud