Index: projects/bsd_rdma_4_9_stable_11/sys/modules/cxgb/Makefile =================================================================== --- projects/bsd_rdma_4_9_stable_11/sys/modules/cxgb/Makefile (revision 331607) +++ projects/bsd_rdma_4_9_stable_11/sys/modules/cxgb/Makefile (revision 331608) @@ -1,18 +1,18 @@ # $FreeBSD$ SYSDIR?=${SRCTOP}/sys .include "${SYSDIR}/conf/kern.opts.mk" SUBDIR= cxgb SUBDIR+= cxgb_t3fw SUBDIR+= ${_tom} -SUBDIR+= ${_iw_cxgb} +#SUBDIR+= ${_iw_cxgb} .if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386" _tom= tom -.if ${MK_OFED} != "no" || defined(ALL_MODULES) -_iw_cxgb= iw_cxgb -.endif +#.if ${MK_OFED} != "no" || defined(ALL_MODULES) +#_iw_cxgb= iw_cxgb +#.endif .endif .include