xref: /freebsd/sys/modules/vnic/thunder_bgx/Makefile (revision 8e985774117d49eb968789aba8550c2a92992a9a)
1S=	${SRCTOP}/sys
2
3.PATH: $S/dev/vnic
4
5KMOD=	thunder_bgx
6SRCS=	thunder_bgx.c thunder_bgx_fdt.c
7SRCS+=	opt_platform.h device_if.h bus_if.h pci_if.h lmac_if.h ofw_bus_if.h
8
9CFLAGS+=	-DFDT
10
11.include <bsd.kmod.mk>
12