aboutsummaryrefslogtreecommitdiff
path: root/sys/modules/asr
diff options
context:
space:
mode:
authorScott Long <scottl@FreeBSD.org>2001-04-01 08:33:01 +0000
committerScott Long <scottl@FreeBSD.org>2001-04-01 08:33:01 +0000
commit0001afe2f52dada8629fecce1a4ec29e398fa687 (patch)
tree98bdbb9def903e2405e6b3b3ebe666eab57ee4c2 /sys/modules/asr
parent8cf6ffcf6d1c9f9e43523ce3588fa2cc5dafb7fe (diff)
Notes
Diffstat (limited to 'sys/modules/asr')
-rw-r--r--sys/modules/asr/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/modules/asr/Makefile b/sys/modules/asr/Makefile
index ca2b0983a0ff..399ef3ec9733 100644
--- a/sys/modules/asr/Makefile
+++ b/sys/modules/asr/Makefile
@@ -7,4 +7,8 @@ SRCS= asr.c
SRCS+= opt_scsi.h opt_cam.h opt_asr.h
SRCS+= device_if.h bus_if.h pci_if.h
+.if ${MACHINE_ARCH} == "alpha"
+CFLAGS+= -O0
+.endif
+
.include <bsd.kmod.mk>