Deleted Added
full compact
Makefile (252661) Makefile (256694)
1#
1#
2# $FreeBSD: head/sys/modules/cxgbe/Makefile 252661 2013-07-03 23:52:15Z np $
2# $FreeBSD: head/sys/modules/cxgbe/Makefile 256694 2013-10-17 18:37:25Z np $
3#
4
5SUBDIR = if_cxgbe
6SUBDIR+= t4_firmware
7SUBDIR+= t5_firmware
8SUBDIR+= ${_tom}
3#
4
5SUBDIR = if_cxgbe
6SUBDIR+= t4_firmware
7SUBDIR+= t5_firmware
8SUBDIR+= ${_tom}
9SUBDIR+= ${_iw_cxgbe}
9
10
10.if ${MACHINE_CPUARCH} == "amd64" || ${MACHINE_CPUARCH} == "i386"
11.if ${MACHINE_CPUARCH} == "amd64"
11_tom= tom
12_tom= tom
13_iw_cxgbe= iw_cxgbe
12.endif
13
14.endif
15
16.if ${MACHINE_CPUARCH} == "i386"
17_tom= tom
18.endif
19
20
14.include <bsd.subdir.mk>
21.include <bsd.subdir.mk>