Author: np
Date: Fri Jan 16 03:39:38 2015
New Revision: 277230
URL: https://svnweb.freebsd.org/changeset/base/277230
Log:
Build cxgbe(4) on powerpc64 too.
Modified:
head/sys/modules/Makefile
Modified: head/sys/modules/Makefile
==============================================================================
--- head/sys/modules/Makefile Fri Jan 16 02:20:24 2015 (r277229)
+++ head/sys/modules/Makefile Fri Jan 16 03:39:38 2015 (r277230)
@@ -444,7 +444,7 @@ _txp= txp
.endif
.if ${MK_SOURCELESS_UCODE} != "no" && ${MACHINE_CPUARCH} != "arm" && \
- ${MACHINE_CPUARCH} != "powerpc"
+ ${MACHINE_ARCH} != "powerpc"
_cxgbe= cxgbe
.endif
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"