1999-10-06 22:23:12 -04:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
2001-01-06 09:00:42 -05:00
|
|
|
.PATH: ${.CURDIR}/../../dev/amr
|
|
|
|
|
|
2008-11-02 19:53:54 -05:00
|
|
|
SUBDIR= amr_cam
|
2010-08-23 02:13:29 -04:00
|
|
|
.if ${MACHINE_CPUARCH} == "i386" || ${MACHINE_CPUARCH} == "amd64"
|
2008-11-02 19:53:54 -05:00
|
|
|
SUBDIR+= amr_linux
|
2006-01-25 13:11:59 -05:00
|
|
|
.endif
|
|
|
|
|
|
2001-01-06 09:00:42 -05:00
|
|
|
KMOD= amr
|
|
|
|
|
SRCS= amr.c amr_pci.c amr_disk.c device_if.h bus_if.h pci_if.h
|
2000-08-30 03:52:50 -04:00
|
|
|
|
|
|
|
|
# Enable a questionable optimisation for newer adapters
|
2001-01-06 09:00:42 -05:00
|
|
|
#CFLAGS+= -DAMR_QUARTZ_GOFASTER
|
2000-08-30 03:52:50 -04:00
|
|
|
|
|
|
|
|
# Debugging
|
2001-01-06 09:00:42 -05:00
|
|
|
#CFLAGS+= -DAMR_DEBUG=3
|
1999-10-06 22:23:12 -04:00
|
|
|
|
2000-05-26 21:14:33 -04:00
|
|
|
.include <bsd.kmod.mk>
|