1# 2# $FreeBSD$ 3# 4 5SYSDIR?=${.CURDIR}/../.. 6.include "${SYSDIR}/conf/kern.opts.mk" 7 8SUBDIR= if_cxgbe 9SUBDIR+= t4_firmware 10SUBDIR+= t5_firmware 11SUBDIR+= ${_tom} 12SUBDIR+= ${_iw_cxgbe} 13 14.if ${MACHINE_CPUARCH} == "amd64" 15_tom= tom 16.if ${MK_OFED} != "no" || defined(ALL_MODULES) 17_iw_cxgbe= iw_cxgbe 18.endif 19.endif 20 21.if ${MACHINE_CPUARCH} == "i386" 22_tom= tom 23.endif 24 25.include <bsd.subdir.mk> 26