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