aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/bnxt
diff options
context:
space:
mode:
authorStephen Hurd <shurd@FreeBSD.org>2016-11-15 20:35:29 +0000
committerStephen Hurd <shurd@FreeBSD.org>2016-11-15 20:35:29 +0000
commitd933e97f9d7c919e68dc6aca4a6819a13ab3fbbf (patch)
tree4f89247497408a43fb5990bb27f37c9cb60dca63 /sys/modules/bnxt
parentba3eb10d85f675c9134b422cf455e1794dba321c (diff)
Notes
Diffstat (limited to 'sys/modules/bnxt')
-rw-r--r--sys/modules/bnxt/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/sys/modules/bnxt/Makefile b/sys/modules/bnxt/Makefile
new file mode 100644
index 000000000000..1d478d16671d
--- /dev/null
+++ b/sys/modules/bnxt/Makefile
@@ -0,0 +1,14 @@
+#$FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/bnxt
+
+KMOD = if_bnxt
+SRCS = device_if.h bus_if.h pci_if.h pci_iov_if.h ifdi_if.h
+SRCS += opt_inet.h opt_inet6.h opt_rss.h
+SRCS += bnxt_txrx.c if_bnxt.c
+SRCS += bnxt_hwrm.c bnxt_hwrm.h
+SRCS += bnxt_sysctl.c bnxt_sysctl.h
+
+CFLAGS+= -DIFLIB
+
+.include <bsd.kmod.mk>