xref: /freebsd-14.2/sys/modules/vnic/vnicvf/Makefile (revision 031beb4e)
1
2SYSDIR?=${SRCTOP}/sys
3.include "${SYSDIR}/conf/kern.opts.mk"
4
5S=	${SRCTOP}/sys
6
7.PATH: $S/dev/vnic
8
9KMOD=	vnicvf
10SRCS=	nicvf_main.c nicvf_queues.c
11SRCS+=	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
12
13CFLAGS+=	-DFDT -DPCI_IOV
14
15.include <bsd.kmod.mk>
16