summaryrefslogtreecommitdiffstats
path: root/sys/modules/vnic/vnicvf/Makefile
diff options
context:
space:
mode:
authorLuiz Otavio O Souza <luiz@netgate.com>2016-05-23 13:39:56 -0500
committerLuiz Otavio O Souza <luiz@netgate.com>2016-05-23 13:39:56 -0500
commitf448388bb29525075f374464ec8c4c04e9bf03f6 (patch)
treeb51e7d59eebc90d5c3d9578d1a98bb2e58265dfd /sys/modules/vnic/vnicvf/Makefile
parent57a447a9c3cb69fb2e4f874104327cdc3203313a (diff)
parent62dc16af9990c7ed2d0ad80da282ec71427e8556 (diff)
downloadFreeBSD-src-f448388bb29525075f374464ec8c4c04e9bf03f6.zip
FreeBSD-src-f448388bb29525075f374464ec8c4c04e9bf03f6.tar.gz
Merge remote-tracking branch 'origin/master' into devel-11
Diffstat (limited to 'sys/modules/vnic/vnicvf/Makefile')
-rw-r--r--sys/modules/vnic/vnicvf/Makefile16
1 files changed, 16 insertions, 0 deletions
diff --git a/sys/modules/vnic/vnicvf/Makefile b/sys/modules/vnic/vnicvf/Makefile
new file mode 100644
index 0000000..9614cc0
--- /dev/null
+++ b/sys/modules/vnic/vnicvf/Makefile
@@ -0,0 +1,16 @@
+# $FreeBSD$
+
+SYSDIR?=${.CURDIR}/../../..
+.include "${SYSDIR}/conf/kern.opts.mk"
+
+S= ${.CURDIR}/../../..
+
+.PATH: $S/dev/vnic
+
+KMOD= vnicvf
+SRCS= nicvf_main.c nicvf_queues.c
+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
+
+CFLAGS+= -DFDT -DPCI_IOV
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud