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