Deleted Added
full compact
Makefile (74379) Makefile (95536)
1# $FreeBSD: head/sys/modules/aac/Makefile 74379 2001-03-17 04:42:33Z scottl $
1# $FreeBSD: head/sys/modules/aac/Makefile 95536 2002-04-27 01:31:17Z scottl $
2
3.PATH: ${.CURDIR}/../../dev/aac
4
5KMOD= aac
2
3.PATH: ${.CURDIR}/../../dev/aac
4
5KMOD= aac
6SRCS= aac.c aac_pci.c aac_disk.c opt_aac.h
6SRCS= aac.c aac_pci.c aac_disk.c aac_cam.c
7SRCS+= opt_scsi.h opt_cam.h opt_aac.h
7SRCS+= device_if.h bus_if.h pci_if.h
8
9CFLAGS+= -DAAC_COMPAT_LINUX
10
11# To enable debug output from the driver, uncomment these two lines.
12#CFLAGS+= -DAAC_DEBUG=2
13#SRCS+= aac_debug.c
14
15.include <bsd.kmod.mk>
8SRCS+= device_if.h bus_if.h pci_if.h
9
10CFLAGS+= -DAAC_COMPAT_LINUX
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>