aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/trm/Makefile
diff options
context:
space:
mode:
authorOlivier Houchard <cognet@FreeBSD.org>2002-10-13 18:44:26 +0000
committerOlivier Houchard <cognet@FreeBSD.org>2002-10-13 18:44:26 +0000
commitf3d92b269c5c966fce6976fa7739a126f48145a7 (patch)
tree9a788786ab96bdf74592c392f90aaea2cc369bad /sys/modules/trm/Makefile
parente970552d3a14dc730f5489082f23df3ff288a3a3 (diff)
downloadsrc-f3d92b269c5c966fce6976fa7739a126f48145a7.tar.gz
src-f3d92b269c5c966fce6976fa7739a126f48145a7.zip
Connect trm(4) to the build.
Reviewed by: mux (mentor) Approved by: mux (mentor)
Notes
Notes: svn path=/head/; revision=105062
Diffstat (limited to 'sys/modules/trm/Makefile')
-rw-r--r--sys/modules/trm/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/sys/modules/trm/Makefile b/sys/modules/trm/Makefile
new file mode 100644
index 000000000000..f984794b3070
--- /dev/null
+++ b/sys/modules/trm/Makefile
@@ -0,0 +1,12 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/trm
+
+KMOD= trm
+SRCS= trm.c trm.h opt_cam.h device_if.h bus_if.h \
+ opt_scsi.h pci_if.h
+
+opt_scsi.h:
+ echo "#define SCSI_DELAY 15000" > opt_scsi.h
+
+.include <bsd.kmod.mk>