Re-enable -Werror for these modules. It is already enabled for the same

files when built as part of a kernel.
This commit is contained in:
John Baldwin 2014-06-09 20:48:38 +00:00
parent 67b6ffaad6
commit d0345bb310
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=267297
4 changed files with 0 additions and 4 deletions

View File

@ -20,7 +20,6 @@ SRCS+= agp_apple.c
SRCS+= device_if.h bus_if.h agp_if.h pci_if.h
SRCS+= opt_agp.h
MFILES= kern/device_if.m kern/bus_if.m dev/agp/agp_if.m dev/pci/pci_if.m
WERROR=
EXPORT_SYMS= agp_find_device \
agp_state \

View File

@ -4,7 +4,6 @@
.PATH: ${.CURDIR}/../../../dev/aic7xxx
KMOD= ahd
WERROR=
GENSRCS= aic79xx_seq.h aic79xx_reg.h
REG_PRINT_OPT=
AHD_REG_PRETTY_PRINT=1

View File

@ -6,7 +6,6 @@
KMOD= smapi
SRCS= smapi.c smapi_bios.S \
bus_if.h device_if.h
WERROR=
.include <bsd.kmod.mk>

View File

@ -5,6 +5,5 @@
KMOD= snd_maestro
SRCS= device_if.h bus_if.h pci_if.h
SRCS+= maestro.c
WERROR=
.include <bsd.kmod.mk>