Deleted Added
sdiff udiff text old ( 252661 ) new ( 256694 )
full compact
1#
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}
9SUBDIR+= ${_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>