2011-02-18 08:00:26 +00:00
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2013-10-18 09:17:35 +00:00
|
|
|
.include <bsd.own.mk>
|
|
|
|
|
2011-04-01 00:25:32 +00:00
|
|
|
SUBDIR = if_cxgbe
|
2013-03-30 02:26:20 +00:00
|
|
|
SUBDIR+= t4_firmware
|
2013-07-03 23:52:15 +00:00
|
|
|
SUBDIR+= t5_firmware
|
2012-06-19 07:34:13 +00:00
|
|
|
SUBDIR+= ${_tom}
|
2013-10-17 18:37:25 +00:00
|
|
|
SUBDIR+= ${_iw_cxgbe}
|
2012-06-19 07:34:13 +00:00
|
|
|
|
2013-10-17 18:37:25 +00:00
|
|
|
.if ${MACHINE_CPUARCH} == "amd64"
|
2012-06-19 07:34:13 +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"
|
|
|
|
_tom= tom
|
|
|
|
.endif
|
|
|
|
|
2011-04-01 00:25:32 +00:00
|
|
|
.include <bsd.subdir.mk>
|