summaryrefslogtreecommitdiffstats
path: root/sys/modules/cxgb/Makefile
blob: 325c705012093b4ac2f607deb2ca38e917b7e190 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $FreeBSD$
SUBDIR= cxgb
SUBDIR+= cxgb_t3fw
SUBDIR+= ${_tom}
SUBDIR+= ${_iw_cxgb}

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

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