summaryrefslogtreecommitdiffstats
path: root/sys/modules/aic7xxx/ahc/ahc_eisa/Makefile
blob: 5e5d9c2088579d6831e839762bbb3795a2da6462 (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_eisa

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

SRCS=	ahc_eisa.c ../aic7xxx_reg.h
SRCS+=	device_if.h bus_if.h eisa_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