If RX csum calculation with pseudo header is enabled, bge(4)'s will
[dragonfly/vkernel-mp.git] / sys / dev / raid / amr / Makefile
blobaf1a2bb48b47c96bd9ae64b7af523e9e80fa181f
1 # $FreeBSD: src/sys/modules/amr/Makefile,v 1.4.2.2 2002/10/28 21:10:06 emoore Exp $
2 # $DragonFly: src/sys/dev/raid/amr/Makefile,v 1.2 2003/06/17 06:28:43 dillon Exp $
4 .PATH: ${.CURDIR}/../../dev/amr
5 KMOD = amr
6 SRCS = amr.c amr_pci.c amr_disk.c device_if.h bus_if.h pci_if.h
8 # SCSI passthrough support for non-disk devices
9 #CFLAGS += -DAMR_SCSI_PASSTHROUGH
10 SRCS += amr_cam.c opt_cam.h opt_scsi.h
12 # Enable a questionable optimisation for newer adapters
13 #CFLAGS += -DAMR_QUARTZ_GOFASTER
15 # Debugging
16 #CFLAGS += -DAMR_DEBUG=3
18 .include <bsd.kmod.mk>