Makefile revision 153838
151974Smsmith# $FreeBSD: head/sys/modules/amr/Makefile 105419 2002-10-18 21:29:14Z emoore $
251974Smsmith
370711Sobrien.PATH: ${.CURDIR}/../../dev/amr
451974Smsmith
570711SobrienKMOD=	amr
670711SobrienSRCS=	amr.c amr_pci.c amr_disk.c device_if.h bus_if.h pci_if.h
770711Sobrien
865245Smsmith# SCSI passthrough support for non-disk devices
970711Sobrien#CFLAGS+= -DAMR_SCSI_PASSTHROUGH
10105419SemooreSRCS+=	amr_cam.c opt_cam.h opt_scsi.h
1165245Smsmith
1265245Smsmith# Enable a questionable optimisation for newer adapters
1370711Sobrien#CFLAGS+= -DAMR_QUARTZ_GOFASTER
1465245Smsmith
1565245Smsmith# Debugging
1670711Sobrien#CFLAGS+= -DAMR_DEBUG=3
1765245Smsmith
1860966Speter.include <bsd.kmod.mk>
19