summaryrefslogtreecommitdiffstats
path: root/sys/modules/ix/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/ix/Makefile')
-rw-r--r--sys/modules/ix/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/sys/modules/ix/Makefile b/sys/modules/ix/Makefile
new file mode 100644
index 0000000..5a5485d
--- /dev/null
+++ b/sys/modules/ix/Makefile
@@ -0,0 +1,15 @@
+#$FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/ixgbe
+
+KMOD = if_ix
+SRCS = device_if.h bus_if.h pci_if.h
+SRCS += opt_inet.h opt_inet6.h opt_rss.h
+SRCS += if_ix.c ix_txrx.c
+# Shared source
+SRCS += ixgbe_common.c ixgbe_api.c ixgbe_phy.c ixgbe_mbx.c ixgbe_vf.c
+SRCS += ixgbe_dcb.c ixgbe_dcb_82598.c ixgbe_dcb_82599.c
+SRCS += ixgbe_82599.c ixgbe_82598.c ixgbe_x540.c
+CFLAGS+= -I${.CURDIR}/../../dev/ixgbe -DSMP
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud