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