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