summaryrefslogtreecommitdiffstats
path: root/sys/modules/cxgbe/Makefile
blob: 2f848b677a22104c6787450e2fcaa8833a928d77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#
# $FreeBSD$
#

SUBDIR = if_cxgbe
SUBDIR+= t4_firmware
#SUBDIR+= t5_firmware
SUBDIR+= ${_tom}

.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
_tom=		tom
.endif

.include <bsd.subdir.mk>
OpenPOWER on IntegriCloud