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