Makefile revision 309447
1#
2# $FreeBSD: stable/10/sys/modules/cxgbe/Makefile 309447 2016-12-02 22:53:33Z jhb $
3#
4
5SUBDIR=	if_cxgbe
6SUBDIR+=	if_cxl
7SUBDIR+=	if_cxgbev
8SUBDIR+=	if_cxlv
9SUBDIR+=	t4_firmware
10SUBDIR+=	t5_firmware
11SUBDIR+=	${_tom}
12SUBDIR+=	${_iw_cxgbe}
13
14.if ${MACHINE_CPUARCH} == "amd64"
15_tom=	tom
16_iw_cxgbe=	iw_cxgbe
17.endif
18
19.if ${MACHINE_CPUARCH} == "i386"
20_tom=	tom
21.endif
22
23
24.include <bsd.subdir.mk>
25