summaryrefslogtreecommitdiffstats
path: root/sys/modules/aic7xxx/ahc/ahc_isa/Makefile
blob: 965e74db9c3284b9ffa072644dc79e158ad6d384 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18

# $FreeBSD$

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

../aic7xxx_reg.h:
	( cd .. ; ${MAKE} aic7xxx_reg.h )

SRCS=	ahc_isa.c ../aic7xxx_reg.h
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..

CLEANFILES=	../aic7xxx_reg.h ../aic7xxx_seq.h

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