svn commit: r277230 - head/sys/modules

Navdeep Parhar np at FreeBSD.org
Fri Jan 16 03:39:39 UTC 2015


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
 


More information about the svn-src-all mailing list