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} 14 15.if ${MACHINE_CPUARCH} == "amd64" 16_tom= tom 17.if ${MK_OFED} != "no" || defined(ALL_MODULES) 18_iw_cxgbe= iw_cxgbe 19.endif 20.endif 21 22.if ${MACHINE_CPUARCH} == "i386" 23_tom= tom 24.endif 25 26.include <bsd.subdir.mk> 27