Makefile revision 303975
1# $FreeBSD: releng/11.0/sys/modules/vnic/thunder_bgx/Makefile 300294 2016-05-20 11:00:06Z wma $
2
3SYSDIR?=${.CURDIR}/../../..
4.include "${SYSDIR}/conf/kern.opts.mk"
5
6S=	${.CURDIR}/../../..
7
8.PATH: $S/dev/vnic
9
10KMOD=	thunder_bgx
11SRCS=	thunder_bgx.c thunder_bgx_fdt.c
12SRCS+=	opt_platform.h device_if.h bus_if.h pci_if.h lmac_if.h ofw_bus_if.h
13
14CFLAGS+=	-DFDT
15
16.include <bsd.kmod.mk>
17