]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/cxgbe/Makefile
Improve compliance with style.Makefile(5).
[FreeBSD/FreeBSD.git] / sys / modules / cxgbe / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 .include <src.opts.mk>
6
7 SUBDIR= if_cxgbe
8 SUBDIR+=        t4_firmware
9 SUBDIR+=        t5_firmware
10 SUBDIR+=        ${_tom}
11 SUBDIR+=        ${_iw_cxgbe}
12
13 .if ${MACHINE_CPUARCH} == "amd64"
14 _tom=   tom
15 .if ${MK_OFED} != "no" || defined(ALL_MODULES)
16 _iw_cxgbe=      iw_cxgbe
17 .endif
18 .endif
19
20 .if ${MACHINE_CPUARCH} == "i386"
21 _tom=   tom
22 .endif
23
24 .include <bsd.subdir.mk>