]> CyberLeo.Net >> Repos - FreeBSD/releng/7.2.git/blob - sys/modules/amr/Makefile
Create releng/7.2 from stable/7 in preparation for 7.2-RELEASE.
[FreeBSD/releng/7.2.git] / sys / modules / amr / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/amr
4
5 .if ${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "amd64"
6 SUBDIR= amr_linux
7 .endif
8
9 KMOD=   amr
10 SRCS=   amr.c amr_pci.c amr_disk.c device_if.h bus_if.h pci_if.h
11
12 # SCSI passthrough support for non-disk devices
13 SRCS+=  amr_cam.c opt_cam.h opt_scsi.h
14
15 # Enable a questionable optimisation for newer adapters
16 #CFLAGS+= -DAMR_QUARTZ_GOFASTER
17
18 # Debugging
19 #CFLAGS+= -DAMR_DEBUG=3
20
21 .include <bsd.kmod.mk>