Initial import from FreeBSD RELENG_4:
[dragonfly.git] / sys / dev / disk / aic7xxx / ahc / ahc_eisa / Makefile
1
2 # $FreeBSD: src/sys/modules/aic7xxx/ahc/ahc_eisa/Makefile,v 1.1.2.1 2002/09/02 05:47:45 scottl Exp $
3
4 .PATH:  ${.CURDIR}/../../../../dev/aic7xxx
5 KMOD=           ahc_eisa
6
7 ../aic7xxx_reg.h:
8         ( cd .. ; ${MAKE} aic7xxx_reg.h )
9
10 SRCS=   ahc_eisa.c aic7770.c ../aic7xxx_reg.h
11 SRCS+=  device_if.h bus_if.h pci_if.h
12 SRCS+=  opt_scsi.h opt_cam.h opt_aic7xxx.h
13
14 CFLAGS+=        -I${.CURDIR}/../../../../dev/aic7xxx -I..
15
16 CLEANFILES=     ../aic7xxx_reg.h ../aic7xxx_seq.h
17
18 .include <bsd.kmod.mk>