aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ntb/ntb_hw_plx
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/ntb/ntb_hw_plx')
-rw-r--r--sys/modules/ntb/ntb_hw_plx/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/modules/ntb/ntb_hw_plx/Makefile b/sys/modules/ntb/ntb_hw_plx/Makefile
new file mode 100644
index 000000000000..4852e7a30fe6
--- /dev/null
+++ b/sys/modules/ntb/ntb_hw_plx/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+.PATH: ${SRCTOP}/sys/dev/ntb/ntb_hw
+
+KMOD = ntb_hw_plx
+SRCS = ntb_hw_plx.c
+SRCS += device_if.h bus_if.h pci_if.h ntb_if.h
+
+.include <bsd.kmod.mk>