Deleted Added
full compact
Makefile (228789) Makefile (228805)
1
1
2# $FreeBSD: head/sys/modules/aic7xxx/ahc/ahc_pci/Makefile 228789 2011-12-21 20:23:03Z dim $
2# $FreeBSD: head/sys/modules/aic7xxx/ahc/ahc_pci/Makefile 228805 2011-12-22 16:16:12Z dim $
3
4.PATH: ${.CURDIR}/../../../../dev/aic7xxx
5KMOD= ahc_pci
6
7../aic7xxx_reg.h:
8 ( cd .. ; ${MAKE} aic7xxx_reg.h )
9
10SRCS= ahc_pci.c aic7xxx_pci.c ../aic7xxx_reg.h
11SRCS+= device_if.h bus_if.h pci_if.h
12SRCS+= opt_scsi.h opt_cam.h opt_aic7xxx.h
13
14CFLAGS+= -I${.CURDIR}/../../../../dev/aic7xxx -I..
3
4.PATH: ${.CURDIR}/../../../../dev/aic7xxx
5KMOD= ahc_pci
6
7../aic7xxx_reg.h:
8 ( cd .. ; ${MAKE} aic7xxx_reg.h )
9
10SRCS= ahc_pci.c aic7xxx_pci.c ../aic7xxx_reg.h
11SRCS+= device_if.h bus_if.h pci_if.h
12SRCS+= opt_scsi.h opt_cam.h opt_aic7xxx.h
13
14CFLAGS+= -I${.CURDIR}/../../../../dev/aic7xxx -I..
15CWARNFLAGS+= ${NO_WCONSTANT_CONVERSION}
16
17.include <bsd.kmod.mk>
15
16.include <bsd.kmod.mk>
17
18CWARNFLAGS.ahc_pci.c= ${NO_WCONSTANT_CONVERSION}
19CWARNFLAGS+= ${CWARNFLAGS.${.IMPSRC:T}}