]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sys/modules/aic7xxx/ahc/ahc_eisa/Makefile
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / sys / modules / aic7xxx / ahc / ahc_eisa / Makefile
1
2 # $FreeBSD$
3
4 .PATH:  ${.CURDIR}/../../../../dev/aic7xxx
5 KMOD=           ahc_eisa
6
7 SRCS=   ahc_eisa.c
8 SRCS+=  device_if.h bus_if.h eisa_if.h pci_if.h
9 SRCS+=  opt_scsi.h opt_cam.h opt_aic7xxx.h
10
11 CFLAGS+=        -I${.CURDIR}/../../../../dev/aic7xxx -I..
12
13 .include <bsd.kmod.mk>