summaryrefslogtreecommitdiffstats
path: root/sys/modules/cxgbe/Makefile
blob: fb7548584ad1c9a10fdb6d9c9bd33ebdfa6f9201 (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