]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - sys/modules/amr/Makefile
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / sys / modules / amr / Makefile
1 # $FreeBSD$
2
3 .PATH: ${.CURDIR}/../../dev/amr
4
5 SUBDIR= amr_cam
6 .if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "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>