]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/vnic/vnicvf/Makefile
MFC r368342:
[FreeBSD/FreeBSD.git] / sys / modules / vnic / vnicvf / Makefile
1 # $FreeBSD$
2
3 SYSDIR?=${SRCTOP}/sys
4 .include "${SYSDIR}/conf/kern.opts.mk"
5
6 S=      ${SRCTOP}/sys
7
8 .PATH: $S/dev/vnic
9
10 KMOD=   vnicvf
11 SRCS=   nicvf_main.c nicvf_queues.c
12 SRCS+=  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
13
14 CFLAGS+=        -DFDT -DPCI_IOV
15
16 .include <bsd.kmod.mk>