Deleted Added
full compact
Makefile (260401) Makefile (276606)
1
1
2# $FreeBSD: head/sys/modules/aic7xxx/ahc/ahc_pci/Makefile 260401 2014-01-07 19:33:17Z scottl $
2# $FreeBSD: head/sys/modules/aic7xxx/ahc/ahc_pci/Makefile 276606 2015-01-03 03:35:18Z imp $
3
4.PATH: ${.CURDIR}/../../../../dev/aic7xxx
5KMOD= ahc_pci
6
7SRCS= ahc_pci.c aic7xxx_pci.c
8SRCS+= device_if.h bus_if.h pci_if.h
9SRCS+= opt_scsi.h opt_cam.h opt_aic7xxx.h
10
11CFLAGS+= -I${.CURDIR}/../../../../dev/aic7xxx -I..
12
13.include <bsd.kmod.mk>
14
15CWARNFLAGS.ahc_pci.c= ${NO_WCONSTANT_CONVERSION}
3
4.PATH: ${.CURDIR}/../../../../dev/aic7xxx
5KMOD= ahc_pci
6
7SRCS= ahc_pci.c aic7xxx_pci.c
8SRCS+= device_if.h bus_if.h pci_if.h
9SRCS+= opt_scsi.h opt_cam.h opt_aic7xxx.h
10
11CFLAGS+= -I${.CURDIR}/../../../../dev/aic7xxx -I..
12
13.include <bsd.kmod.mk>
14
15CWARNFLAGS.ahc_pci.c= ${NO_WCONSTANT_CONVERSION}
16CWARNFLAGS+= ${CWARNFLAGS.${.IMPSRC:T}}