mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-17 10:26:15 +00:00
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:
parent
67b6ffaad6
commit
d0345bb310
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=267297
@ -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 \
|
||||
|
@ -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
|
||||
|
@ -6,7 +6,6 @@
|
||||
KMOD= smapi
|
||||
SRCS= smapi.c smapi_bios.S \
|
||||
bus_if.h device_if.h
|
||||
WERROR=
|
||||
|
||||
.include <bsd.kmod.mk>
|
||||
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user