1
2 # $FreeBSD$
3
4 .PATH: ${SRCTOP}/sys/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${SRCTOP}/sys/dev/aic7xxx -I..
12
13 .include <bsd.kmod.mk>
14
15 CWARNFLAGS.ahc_pci.c= ${NO_WCONSTANT_CONVERSION}
Cache object: 3d664057d4186135a0a6c5d5fb06bee4
|