]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/modules/amr/Makefile
Merge openmp trunk r366426, resolve conflicts, and add FREEBSD-Xlist.
[FreeBSD/FreeBSD.git] / sys / modules / amr / Makefile
1 # $FreeBSD$
2
3 .PATH: ${SRCTOP}/sys/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>