2011-02-18 08:00:26 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2014-08-11 14:50:49 +00:00
|
|
|
SYSDIR?=${.CURDIR}/../..
|
|
|
|
.include "${SYSDIR}/conf/kern.opts.mk"
|
2013-10-18 09:17:35 +00:00
|
|
|
|
2014-08-01 01:30:16 +00:00
|
|
|
SUBDIR= if_cxgbe
|
2015-02-06 01:10:04 +00:00
|
|
|
SUBDIR+= if_cxl
|
2014-08-01 01:30:16 +00:00
|
|
|
SUBDIR+= t4_firmware
|
|
|
|
SUBDIR+= t5_firmware
|
|
|
|
SUBDIR+= ${_tom}
|
|
|
|
SUBDIR+= ${_iw_cxgbe}
|
2012-06-19 07:34:13 +00:00
|
|
|
|
2013-10-17 18:37:25 +00:00
|
|
|
.if ${MACHINE_CPUARCH} == "amd64"
|
2014-08-01 01:30:16 +00:00
|
|
|
_tom= tom
|
2013-10-18 09:17:35 +00:00
|
|
|
.if ${MK_OFED} != "no" || defined(ALL_MODULES)
|
2013-10-17 18:37:25 +00:00
|
|
|
_iw_cxgbe= iw_cxgbe
|
2012-06-19 07:34:13 +00:00
|
|
|
.endif
|
2013-10-18 09:17:35 +00:00
|
|
|
.endif
|
2011-02-18 08:00:26 +00:00
|
|
|
|
2013-10-17 18:37:25 +00:00
|
|
|
.if ${MACHINE_CPUARCH} == "i386"
|
2014-08-01 01:30:16 +00:00
|
|
|
_tom= tom
|
2013-10-17 18:37:25 +00:00
|
|
|
.endif
|
|
|
|
|
2011-04-01 00:25:32 +00:00
|
|
|
.include <bsd.subdir.mk>
|