]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sys/modules/aic7xxx/ahc/ahc_pci/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_pci / Makefile
1
2 # $FreeBSD$
3
4 .PATH:  ${.CURDIR}/../../../../dev/aic7xxx
5 KMOD=   ahc_pci
6
7 SRCS=   ahc_pci.c aic7xxx_pci.c
8 SRCS+=  device_if.h bus_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>
14
15 CWARNFLAGS.ahc_pci.c=   ${NO_WCONSTANT_CONVERSION}
16 CWARNFLAGS+=            ${CWARNFLAGS.${.IMPSRC:T}}