Build cxgbe(4) on powerpc64 too.

This commit is contained in:
Navdeep Parhar 2015-01-16 03:39:38 +00:00
parent 24e2fa2b4d
commit b7d3aa1130
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=277230

View File

@ -444,7 +444,7 @@ _txp= txp
.endif
.if ${MK_SOURCELESS_UCODE} != "no" && ${MACHINE_CPUARCH} != "arm" && \
${MACHINE_CPUARCH} != "powerpc"
${MACHINE_ARCH} != "powerpc"
_cxgbe= cxgbe
.endif