Makefile revision 270284
1
2# $FreeBSD: stable/10/sys/modules/aic7xxx/ahc/ahc_isa/Makefile 270284 2014-08-21 17:18:21Z ian $
3
4.PATH:	${.CURDIR}/../../../../dev/aic7xxx
5KMOD=		ahc_isa
6
7SRCS=	ahc_isa.c
8SRCS+=	device_if.h bus_if.h pci_if.h isa_if.h
9SRCS+=	opt_scsi.h opt_cam.h opt_aic7xxx.h
10
11CFLAGS+=	-I${.CURDIR}/../../../../dev/aic7xxx -I..
12
13.include <bsd.kmod.mk>
14