Deleted Added
full compact
Makefile (65245) Makefile (70711)
1# $FreeBSD: head/sys/modules/amr/Makefile 65245 2000-08-30 07:52:50Z msmith $
1# $FreeBSD: head/sys/modules/amr/Makefile 70711 2001-01-06 14:00:42Z obrien $
2
2
3.PATH: ${.CURDIR}/../../dev/amr
4KMOD = amr
5SRCS = amr.c amr_pci.c amr_disk.c device_if.h bus_if.h pci_if.h
3.PATH: ${.CURDIR}/../../dev/amr
6
4
5KMOD= amr
6SRCS= amr.c amr_pci.c amr_disk.c device_if.h bus_if.h pci_if.h
7
7# SCSI passthrough support for non-disk devices
8# SCSI passthrough support for non-disk devices
8#CFLAGS += -DAMR_SCSI_PASSTHROUGH
9#SRCS += amr_cam.c opt_cam.h opt_scsi.h
9#CFLAGS+= -DAMR_SCSI_PASSTHROUGH
10#SRCS+= amr_cam.c opt_cam.h opt_scsi.h
10
11# Enable a questionable optimisation for newer adapters
11
12# Enable a questionable optimisation for newer adapters
12#CFLAGS += -DAMR_QUARTZ_GOFASTER
13#CFLAGS+= -DAMR_QUARTZ_GOFASTER
13
14# Debugging
14
15# Debugging
15#CFLAGS += -DAMR_DEBUG=3
16#CFLAGS+= -DAMR_DEBUG=3
16
17.include <bsd.kmod.mk>
17
18.include <bsd.kmod.mk>