head	1.1;
access;
symbols
	RELENG_8:1.1.0.4
	RELENG_9:1.1.0.2;
locks; strict;
comment	@# @;


1.1
date	2013.05.25.00.29.04;	author svnexp;	state Exp;
branches
	1.1.2.1
	1.1.4.1;
next	;

1.1.2.1
date	2013.05.25.00.29.04;	author svnexp;	state dead;
branches;
next	1.1.2.2;

1.1.2.2
date	2013.07.05.10.01.44;	author svnexp;	state Exp;
branches;
next	;

1.1.4.1
date	2013.05.25.00.29.04;	author svnexp;	state dead;
branches;
next	1.1.4.2;

1.1.4.2
date	2013.07.08.12.22.22;	author svnexp;	state Exp;
branches;
next	;


desc
@@


1.1
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/250963
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# $FreeBSD: head/sys/modules/aacraid/Makefile 250963 2013-05-24 09:22:43Z achim $

.PATH: ${.CURDIR}/../../dev/aacraid

.if ${MACHINE_CPUARCH} == "i386"
SUBDIR= aacraid_linux
.endif

KMOD=	aacraid
SRCS=	aacraid.c aacraid_pci.c aacraid_cam.c
SRCS+=	opt_scsi.h opt_cam.h opt_aacraid.h
SRCS+=	device_if.h bus_if.h pci_if.h

# To enable debug output from the driver, uncomment these two lines.
#CFLAGS+= -DAACRAID_DEBUG=2
#SRCS+=	aacraid_debug.c

.include <bsd.kmod.mk>
@


1.1.4.1
log
@file Makefile was added on branch RELENG_8 on 2013-07-08 12:22:22 +0000
@
text
@d1 18
@


1.1.4.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/253033
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@a0 18
# $FreeBSD: stable/8/sys/modules/aacraid/Makefile 253033 2013-07-08 12:17:06Z achim $

.PATH: ${.CURDIR}/../../dev/aacraid

.if ${MACHINE_ARCH} == "i386"
SUBDIR= aacraid_linux
.endif

KMOD=	aacraid
SRCS=	aacraid.c aacraid_pci.c aacraid_cam.c
SRCS+=	opt_scsi.h opt_cam.h opt_aacraid.h
SRCS+=	device_if.h bus_if.h pci_if.h

# To enable debug output from the driver, uncomment these two lines.
#CFLAGS+= -DAACRAID_DEBUG=2
#SRCS+=	aacraid_debug.c

.include <bsd.kmod.mk>
@


1.1.2.1
log
@file Makefile was added on branch RELENG_9 on 2013-07-05 10:01:44 +0000
@
text
@d1 18
@


1.1.2.2
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/252778
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@a0 18
# $FreeBSD: stable/9/sys/modules/aacraid/Makefile 250963 2013-05-24 09:22:43Z achim $

.PATH: ${.CURDIR}/../../dev/aacraid

.if ${MACHINE_CPUARCH} == "i386"
SUBDIR= aacraid_linux
.endif

KMOD=	aacraid
SRCS=	aacraid.c aacraid_pci.c aacraid_cam.c
SRCS+=	opt_scsi.h opt_cam.h opt_aacraid.h
SRCS+=	device_if.h bus_if.h pci_if.h

# To enable debug output from the driver, uncomment these two lines.
#CFLAGS+= -DAACRAID_DEBUG=2
#SRCS+=	aacraid_debug.c

.include <bsd.kmod.mk>
@


