aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/ct
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2012-09-06 18:02:32 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2012-09-06 18:02:32 +0000
commit2a6ce61ae1ec1618376df8246b1688e8bb7c660d (patch)
treeafb5a64c676316abeeecafcd6a38f274768535e8 /sys/modules/ct
parent1e3510089f5b6950fe5f31fd8e59b525e9f50aff (diff)
downloadsrc-2a6ce61ae1ec1618376df8246b1688e8bb7c660d.tar.gz
src-2a6ce61ae1ec1618376df8246b1688e8bb7c660d.zip
Add a kernel module on pc98 for the ct(4) driver.
Notes
Notes: svn path=/head/; revision=240170
Diffstat (limited to 'sys/modules/ct')
-rw-r--r--sys/modules/ct/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/sys/modules/ct/Makefile b/sys/modules/ct/Makefile
new file mode 100644
index 000000000000..91cb936dbb4a
--- /dev/null
+++ b/sys/modules/ct/Makefile
@@ -0,0 +1,10 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/ct
+
+KMOD= ct
+SRCS= bshw_machdep.c ct.c ct_isa.c
+SRCS+= device_if.h bus_if.h isa_if.h
+SRCS+= opt_ct.h opt_cam.h opt_scsi.h opt_ddb.h
+
+.include <bsd.kmod.mk>