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