Makefile revision 270297
1#
2# $FreeBSD: stable/10/sys/modules/cxgbe/Makefile 270297 2014-08-21 19:54:02Z 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>
22