summaryrefslogtreecommitdiffstats
path: root/sys/modules/amr
diff options
context:
space:
mode:
authorobrien <obrien@FreeBSD.org>2001-01-06 14:00:42 +0000
committerobrien <obrien@FreeBSD.org>2001-01-06 14:00:42 +0000
commitc269c9fb36040d129558f61fa26bf3745100a4ff (patch)
tree363eeb0167be52153e02cd0c80ecf406e8f2d99c /sys/modules/amr
parente68548a9cc79e93cd770bd33d505fa2347aa5bf4 (diff)
downloadFreeBSD-src-c269c9fb36040d129558f61fa26bf3745100a4ff.zip
FreeBSD-src-c269c9fb36040d129558f61fa26bf3745100a4ff.tar.gz
Use a consistent style and one much closer to the rest of /usr/src
Diffstat (limited to 'sys/modules/amr')
-rw-r--r--sys/modules/amr/Makefile15
1 files changed, 8 insertions, 7 deletions
diff --git a/sys/modules/amr/Makefile b/sys/modules/amr/Makefile
index d2fd388..b014d27 100644
--- a/sys/modules/amr/Makefile
+++ b/sys/modules/amr/Makefile
@@ -1,17 +1,18 @@
# $FreeBSD$
-.PATH: ${.CURDIR}/../../dev/amr
-KMOD = amr
-SRCS = amr.c amr_pci.c amr_disk.c device_if.h bus_if.h pci_if.h
+.PATH: ${.CURDIR}/../../dev/amr
+
+KMOD= amr
+SRCS= amr.c amr_pci.c amr_disk.c device_if.h bus_if.h pci_if.h
# SCSI passthrough support for non-disk devices
-#CFLAGS += -DAMR_SCSI_PASSTHROUGH
-#SRCS += amr_cam.c opt_cam.h opt_scsi.h
+#CFLAGS+= -DAMR_SCSI_PASSTHROUGH
+#SRCS+= amr_cam.c opt_cam.h opt_scsi.h
# Enable a questionable optimisation for newer adapters
-#CFLAGS += -DAMR_QUARTZ_GOFASTER
+#CFLAGS+= -DAMR_QUARTZ_GOFASTER
# Debugging
-#CFLAGS += -DAMR_DEBUG=3
+#CFLAGS+= -DAMR_DEBUG=3
.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud