]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/modules/cxgbe/Makefile
MFC 305695,305696,305699,305702,305703,305713,305715,305827,305852,305906,
[FreeBSD/stable/10.git] / sys / modules / cxgbe / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 SUBDIR= if_cxgbe
6 SUBDIR+=        if_cxl
7 SUBDIR+=        if_cc
8 SUBDIR+=        if_cxgbev
9 SUBDIR+=        if_cxlv
10 SUBDIR+=        if_ccv
11 SUBDIR+=        t4_firmware
12 SUBDIR+=        t5_firmware
13 SUBDIR+=        t6_firmware
14 SUBDIR+=        ${_tom}
15 SUBDIR+=        ${_iw_cxgbe}
16
17 .if ${MACHINE_CPUARCH} == "amd64"
18 _tom=   tom
19 _iw_cxgbe=      iw_cxgbe
20 .endif
21
22 .if ${MACHINE_CPUARCH} == "i386"
23 _tom=   tom
24 .endif
25
26
27 .include <bsd.subdir.mk>