]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sys/modules/cxgbe/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / sys / modules / cxgbe / Makefile
1 #
2 # $FreeBSD$
3 #
4
5 SUBDIR= if_cxgbe
6 SUBDIR+=        if_cxl
7 SUBDIR+=        t4_firmware
8 SUBDIR+=        t5_firmware
9 SUBDIR+=        ${_tom}
10 SUBDIR+=        ${_iw_cxgbe}
11
12 .if ${MACHINE_CPUARCH} == "amd64"
13 _tom=   tom
14 _iw_cxgbe=      iw_cxgbe
15 .endif
16
17 .if ${MACHINE_CPUARCH} == "i386"
18 _tom=   tom
19 .endif
20
21
22 .include <bsd.subdir.mk>