Makefile revision 281263
1#
2# $FreeBSD: stable/10/sys/modules/cxgbe/Makefile 281263 2015-04-08 04:40:04Z np $
3#
4
5SUBDIR=	if_cxgbe
6SUBDIR+=	if_cxl
7SUBDIR+=	t4_firmware
8SUBDIR+=	t5_firmware
9SUBDIR+=	${_tom}
10SUBDIR+=	${_iw_cxgbe}
11
12.if ${MACHINE_CPUARCH} == "amd64"
13_tom=	tom
14_iw_cxgbe=	iw_cxgbe
15.endif
16
17.if ${MACHINE_CPUARCH} == "i386"
18_tom=	tom
19.endif
20
21
22.include <bsd.subdir.mk>
23