freebsd-dev/sys/modules/cxgb/Makefile

13 lines
211 B
Makefile
Raw Normal View History

2007-03-14 02:47:38 +00:00
# $FreeBSD$
SUBDIR= cxgb
SUBDIR+= cxgb_t3fw
SUBDIR+= ${_tom}
2008-05-06 02:31:27 +00:00
SUBDIR+= ${_iw_cxgb}
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
_tom= tom
_iw_cxgb= iw_cxgb
2008-05-06 02:31:27 +00:00
.endif
.include <bsd.subdir.mk>