]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/modules/aic7xxx/ahc/ahc_isa/Makefile
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / modules / aic7xxx / ahc / ahc_isa / Makefile
1
2 # $FreeBSD$
3
4 .PATH:  ${.CURDIR}/../../../../dev/aic7xxx
5 KMOD=           ahc_isa
6
7 ../aic7xxx_reg.h:
8         ( cd .. ; ${MAKE} aic7xxx_reg.h )
9
10 SRCS=   ahc_isa.c ../aic7xxx_reg.h
11 SRCS+=  device_if.h bus_if.h pci_if.h isa_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>