xref: /freebsd/sys/modules/aic7xxx/ahc/ahc_pci/Makefile (revision e9ac41698b2f322d55ccf9da50a3596edb2c1800)
1.PATH:	${SRCTOP}/sys/dev/aic7xxx
2KMOD=	ahc_pci
3
4SRCS=	ahc_pci.c aic7xxx_pci.c
5SRCS+=	device_if.h bus_if.h pci_if.h
6SRCS+=	opt_scsi.h opt_cam.h opt_aic7xxx.h
7
8CFLAGS+= -I${SRCTOP}/sys/dev/aic7xxx -I..
9
10.include <bsd.kmod.mk>
11
12CWARNFLAGS.ahc_pci.c=	${NO_WCONSTANT_CONVERSION}
13