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

SUBDIR = if_cxgbe
SUBDIR+= firmware
SUBDIR+= ${_tom}

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

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