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