summaryrefslogtreecommitdiffstats
path: root/sys/modules/ixgbe/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/ixgbe/Makefile')
-rw-r--r--sys/modules/ixgbe/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/sys/modules/ixgbe/Makefile b/sys/modules/ixgbe/Makefile
new file mode 100644
index 0000000..ae31c15
--- /dev/null
+++ b/sys/modules/ixgbe/Makefile
@@ -0,0 +1,15 @@
+#$FreeBSD$
+.PATH: ${.CURDIR}/../../dev/ixgbe
+KMOD = ixgbe
+SRCS = device_if.h bus_if.h pci_if.h opt_bdg.h
+SRCS += ixgbe.c
+# Shared source
+SRCS += ixgbe_common.c ixgbe_api.c ixgbe_phy.c ixgbe_82598.c
+CFLAGS+= -I${.CURDIR}/../../dev/ixgbe
+
+clean:
+ rm -f opt_bdg.h device_if.h bus_if.h pci_if.h setdef* *_StripErr
+ rm -f *.o *.kld *.ko
+ rm -f @ machine
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud