xref: /freebsd/sys/modules/vnic/vnicpf/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=	vnicpf
9SRCS=	pci_iov_if.h opt_platform.h device_if.h bus_if.h pci_if.h ofw_bus_if.h miibus_if.h lmac_if.h
10SRCS+=	nic_main.c
11
12CFLAGS+=	-DFDT -DPCI_IOV
13
14.include <bsd.kmod.mk>
15