Amend r228779 by also disabling -Wconstant-conversion warnings for the
aic7xxx module. MFC after: 1 week
This commit is contained in:
parent
ef93f57495
commit
ff0dd2e517
@ -12,5 +12,6 @@ SRCS+= device_if.h bus_if.h pci_if.h
|
||||
SRCS+= opt_scsi.h opt_cam.h opt_aic7xxx.h
|
||||
|
||||
CFLAGS+= -I${.CURDIR}/../../../../dev/aic7xxx -I..
|
||||
CWARNFLAGS+= ${NO_WCONSTANT_CONVERSION}
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
@ -32,6 +32,7 @@ SRCS= ${GENSRCS}
|
||||
SRCS+= aic79xx.c aic79xx_osm.c aic79xx_pci.c ahd_pci.c
|
||||
SRCS+= opt_scsi.h opt_aic79xx.h opt_cam.h opt_ddb.h
|
||||
SRCS+= device_if.h bus_if.h pci_if.h
|
||||
CWARNFLAGS+= ${NO_WCONSTANT_CONVERSION}
|
||||
|
||||
CLEANFILES= ${GENSRCS}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user