summaryrefslogtreecommitdiffstats
path: root/sys/modules/aic7xxx/ahc/ahc_isa/Makefile
blob: f479a15af54c929c5e14bef49f43489885a43925 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13

# $FreeBSD$

.PATH:	${.CURDIR}/../../../../dev/aic7xxx
KMOD=		ahc_isa

SRCS=	ahc_isa.c
SRCS+=	device_if.h bus_if.h pci_if.h isa_if.h
SRCS+=	opt_scsi.h opt_cam.h opt_aic7xxx.h

CFLAGS+=	-I${.CURDIR}/../../../../dev/aic7xxx -I..

.include <bsd.kmod.mk>
OpenPOWER on IntegriCloud