aboutsummaryrefslogtreecommitdiff
path: root/sys/modules
diff options
context:
space:
mode:
authorMike Smith <msmith@FreeBSD.org>2000-09-01 07:51:25 +0000
committerMike Smith <msmith@FreeBSD.org>2000-09-01 07:51:25 +0000
commitef137fd32f77ed39a95f5a15f9f6968c0ff47489 (patch)
tree47ddbededb827c8b4f38362d8571f9ce4ed228e4 /sys/modules
parentaebf2d1deeb9bf5b4c18179e6e1c56c8887735b1 (diff)
Notes
Diffstat (limited to 'sys/modules')
-rw-r--r--sys/modules/Makefile2
-rw-r--r--sys/modules/asr/Makefile9
2 files changed, 10 insertions, 1 deletions
diff --git a/sys/modules/Makefile b/sys/modules/Makefile
index f6ec8758324dc..1b9118c0548b4 100644
--- a/sys/modules/Makefile
+++ b/sys/modules/Makefile
@@ -17,7 +17,7 @@ SUBDIR= 3dfx accf_data accf_http agp aha amr an aue \
# XXX some of these can move to the general case when de-i386'ed
.if ${MACHINE_ARCH} == "i386"
-SUBDIR+=bktr coff fpu gnufpu ibcs2 linprocfs linux mly splash streams \
+SUBDIR+=asr bktr coff fpu gnufpu ibcs2 linprocfs linux mly splash streams \
svr4 vesa wi
.endif
diff --git a/sys/modules/asr/Makefile b/sys/modules/asr/Makefile
new file mode 100644
index 0000000000000..ee0cd1c86a878
--- /dev/null
+++ b/sys/modules/asr/Makefile
@@ -0,0 +1,9 @@
+# $FreeBSD$
+
+.PATH: ${.CURDIR}/../../dev/asr
+KMOD = asr
+SRCS = asr.c
+SRCS += opt_scsi.h opt_cam.h opt_asr.h
+SRCS += device_if.h bus_if.h pci_if.h
+
+.include <bsd.kmod.mk>