Initial import from FreeBSD RELENG_4:
[games.git] / sys / dev / raid / amr / Makefile
1 # $FreeBSD: src/sys/modules/amr/Makefile,v 1.4.2.2 2002/10/28 21:10:06 emoore Exp $
2
3 .PATH:          ${.CURDIR}/../../dev/amr
4 KMOD            = amr
5 SRCS            = amr.c amr_pci.c amr_disk.c device_if.h bus_if.h pci_if.h
6
7 # SCSI passthrough support for non-disk devices
8 #CFLAGS         += -DAMR_SCSI_PASSTHROUGH
9 SRCS            += amr_cam.c opt_cam.h opt_scsi.h
10
11 # Enable a questionable optimisation for newer adapters
12 #CFLAGS         += -DAMR_QUARTZ_GOFASTER
13
14 # Debugging
15 #CFLAGS         += -DAMR_DEBUG=3
16
17 .include <bsd.kmod.mk>