Deleted Added
sdiff udiff text old ( 256281 ) new ( 256819 )
full compact
1#
2# $FreeBSD: stable/10/sys/modules/cxgbe/Makefile 256819 2013-10-21 01:10:37Z 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>