Deleted Added
full compact
Makefile (134507) Makefile (211690)
1# $FreeBSD: head/sys/modules/aac/Makefile 134507 2004-08-30 03:35:17Z scottl $
1# $FreeBSD: head/sys/modules/aac/Makefile 211690 2010-08-23 06:13:29Z imp $
2
3.PATH: ${.CURDIR}/../../dev/aac
4
2
3.PATH: ${.CURDIR}/../../dev/aac
4
5.if ${MACHINE_ARCH} == "i386"
5.if ${MACHINE_CPUARCH} == "i386"
6SUBDIR= aac_linux
7.endif
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>
6SUBDIR= aac_linux
7.endif
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>