summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/xmon
diff options
context:
space:
mode:
authorMichael Ellerman2018-10-10 07:13:06 +0200
committerMichael Ellerman2018-10-18 15:56:17 +0200
commit23ad1a2700725d46ee7760920974c68be81ab82d (patch)
treee5811bfce079b051dd6a4189cf78a44b93d412cf /arch/powerpc/xmon
parentpowerpc: Move core kernel logic into arch/powerpc/Kbuild (diff)
downloadkernel-qcow2-linux-23ad1a2700725d46ee7760920974c68be81ab82d.tar.gz
kernel-qcow2-linux-23ad1a2700725d46ee7760920974c68be81ab82d.tar.xz
kernel-qcow2-linux-23ad1a2700725d46ee7760920974c68be81ab82d.zip
powerpc: Add -Werror at arch/powerpc level
Back when I added -Werror in commit ba55bd74360e ("powerpc: Add configurable -Werror for arch/powerpc") I did it by adding it to most of the arch Makefiles. At the time we excluded math-emu, because apparently it didn't build cleanly. But that seems to have been fixed somewhere in the interim. So move the -Werror addition to the top-level of the arch, this saves us from repeating it in every Makefile and means we won't forget to add it to any new sub-dirs. Signed-off-by: Michael Ellerman <mpe@ellerman.id.au>
Diffstat (limited to 'arch/powerpc/xmon')
-rw-r--r--arch/powerpc/xmon/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/xmon/Makefile b/arch/powerpc/xmon/Makefile
index 9d7d8e6d705c..69e7fb47bcaa 100644
--- a/arch/powerpc/xmon/Makefile
+++ b/arch/powerpc/xmon/Makefile
@@ -4,8 +4,6 @@
# Disable clang warning for using setjmp without setjmp.h header
subdir-ccflags-y := $(call cc-disable-warning, builtin-requires-header)
-subdir-ccflags-$(CONFIG_PPC_WERROR) += -Werror
-
GCOV_PROFILE := n
UBSAN_SANITIZE := n