mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-23 11:18:54 +00:00
c6063d0da8
from the latter.
18 lines
290 B
Makefile
18 lines
290 B
Makefile
# $FreeBSD$
|
|
|
|
.include <src.opts.mk>
|
|
|
|
SUBDIR= cxgb
|
|
SUBDIR+= cxgb_t3fw
|
|
SUBDIR+= ${_tom}
|
|
SUBDIR+= ${_iw_cxgb}
|
|
|
|
.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
|
|
_tom= tom
|
|
.if ${MK_OFED} != "no" || defined(ALL_MODULES)
|
|
_iw_cxgb= iw_cxgb
|
|
.endif
|
|
.endif
|
|
|
|
.include <bsd.subdir.mk>
|