Deleted Added
full compact
Makefile (111539) Makefile (134507)
1# $FreeBSD: head/sys/modules/aac/Makefile 111539 2003-02-26 06:56:46Z scottl $
1# $FreeBSD: head/sys/modules/aac/Makefile 134507 2004-08-30 03:35:17Z scottl $
2
3.PATH: ${.CURDIR}/../../dev/aac
4
2
3.PATH: ${.CURDIR}/../../dev/aac
4
5.if ${MACHINE_ARCH} == "i386"
5SUBDIR= aac_linux
6SUBDIR= aac_linux
7.endif
6
7KMOD= aac
8SRCS= aac.c aac_pci.c aac_disk.c aac_cam.c
9SRCS+= opt_scsi.h opt_cam.h opt_aac.h
10SRCS+= device_if.h bus_if.h pci_if.h
11
12# To enable debug output from the driver, uncomment these two lines.
13#CFLAGS+= -DAAC_DEBUG=2
14#SRCS+= aac_debug.c
15
16.include <bsd.kmod.mk>
8
9KMOD= aac
10SRCS= aac.c aac_pci.c aac_disk.c aac_cam.c
11SRCS+= opt_scsi.h opt_cam.h opt_aac.h
12SRCS+= device_if.h bus_if.h pci_if.h
13
14# To enable debug output from the driver, uncomment these two lines.
15#CFLAGS+= -DAAC_DEBUG=2
16#SRCS+= aac_debug.c
17
18.include <bsd.kmod.mk>