summaryrefslogtreecommitdiffstats
path: root/sys/modules/ntb/ntb_transport/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sys/modules/ntb/ntb_transport/Makefile')
-rw-r--r--sys/modules/ntb/ntb_transport/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/sys/modules/ntb/ntb_transport/Makefile b/sys/modules/ntb/ntb_transport/Makefile
new file mode 100644
index 0000000..2a8fcbc
--- /dev/null
+++ b/sys/modules/ntb/ntb_transport/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../../dev/ntb
+
+KMOD = ntb_transport
+SRCS = ntb_transport.c
+SRCS += device_if.h bus_if.h ntb_if.h
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud