summaryrefslogtreecommitdiffstats
path: root/sys/modules/mpt
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2002-10-31 19:39:23 +0000
committerjhb <jhb@FreeBSD.org>2002-10-31 19:39:23 +0000
commit6fd59a8854bcc6fb96245e7db41d5a5fd33f74bf (patch)
tree1728145051d2e04141d4312aa756deaa7eeb5e39 /sys/modules/mpt
parenta5335c92c73dbe215f7dc5da6df93e87833aa68b (diff)
downloadFreeBSD-src-6fd59a8854bcc6fb96245e7db41d5a5fd33f74bf.zip
FreeBSD-src-6fd59a8854bcc6fb96245e7db41d5a5fd33f74bf.tar.gz
Add a module for mpt(4).
Diffstat (limited to 'sys/modules/mpt')
-rw-r--r--sys/modules/mpt/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/mpt/Makefile b/sys/modules/mpt/Makefile
new file mode 100644
index 0000000..464db22
--- /dev/null
+++ b/sys/modules/mpt/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/mpt
+
+KMOD= mpt
+SRCS= bus_if.h device_if.h pci_if.h \
+ opt_cam.h opt_ddb.h \
+ mpt.c mpt_debug.c mpt_freebsd.c mpt_pci.c
+
+.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud