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