1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-14 14:55:41 +00:00
freebsd/sys/modules/cxgb/Makefile
2008-05-06 02:31:27 +00:00

17 lines
236 B
Makefile

# $FreeBSD$
SUBDIR= cxgb
SUBDIR+= toecore
SUBDIR+= tom
SUBDIR+= ${_iw_cxgb}
SUBDIR+= cxgb_t3fw
.if ${MACHINE_ARCH} == "i386"
_iw_cxgb = iw_cxgb
.endif
.if ${MACHINE_ARCH} == "amd64"
_iw_cxgb = iw_cxgb
.endif
.include <bsd.subdir.mk>