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} 20 21.if ${MACHINE_CPUARCH} == "amd64" 22_tom= tom 23_cxgbei= cxgbei 24.if ${MK_OFED} != "no" || defined(ALL_MODULES) 25_iw_cxgbe= iw_cxgbe 26.endif 27.endif 28 29.if ${MACHINE_CPUARCH} == "i386" 30_tom= tom 31.endif 32 33.include <bsd.subdir.mk> 34