diff options
author | Christoph Hellwig <hch@lst.de> | 2020-07-14 14:18:47 +0200 |
---|---|---|
committer | Rich Felker <dalias@libc.org> | 2020-08-15 04:05:13 +0200 |
commit | ccbb5239d495923cb24b84a73eb814626c5bfa57 (patch) | |
tree | 4997663db59bab0e63ffce032adbadd27b8920c1 /arch/sh/kernel/Makefile | |
parent | sh: Replace HTTP links with HTTPS ones (diff) | |
download | linux-ccbb5239d495923cb24b84a73eb814626c5bfa57.tar.xz linux-ccbb5239d495923cb24b84a73eb814626c5bfa57.zip |
sh: remove -Werror from Makefiles
The sh build is full of warnings when building with gcc 9.2.1. While
fixing those would be great, at least avoid failing the build.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Rich Felker <dalias@libc.org>
Diffstat (limited to 'arch/sh/kernel/Makefile')
-rw-r--r-- | arch/sh/kernel/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/kernel/Makefile b/arch/sh/kernel/Makefile index b0f5574b6228..aa0fbc9202b1 100644 --- a/arch/sh/kernel/Makefile +++ b/arch/sh/kernel/Makefile @@ -47,5 +47,3 @@ obj-$(CONFIG_DWARF_UNWINDER) += dwarf.o obj-$(CONFIG_PERF_EVENTS) += perf_event.o perf_callchain.o obj-$(CONFIG_DMA_NONCOHERENT) += dma-coherent.o obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o - -ccflags-y := -Werror |