diff options
author | Michael Ellerman <mpe@ellerman.id.au> | 2018-10-10 16:13:06 +1100 |
---|---|---|
committer | Michael Ellerman <mpe@ellerman.id.au> | 2018-10-19 00:56:17 +1100 |
commit | 23ad1a2700725d46ee7760920974c68be81ab82d (patch) | |
tree | e5811bfce079b051dd6a4189cf78a44b93d412cf /arch/powerpc/kernel/trace/Makefile | |
parent | c47ca98d32a22a412ddbc69916cf62bdcdfa1a4e (diff) | |
download | talos-obmc-linux-23ad1a2700725d46ee7760920974c68be81ab82d.tar.gz talos-obmc-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/kernel/trace/Makefile')
-rw-r--r-- | arch/powerpc/kernel/trace/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/powerpc/kernel/trace/Makefile b/arch/powerpc/kernel/trace/Makefile index d868ba42032f..b1725ad3e13d 100644 --- a/arch/powerpc/kernel/trace/Makefile +++ b/arch/powerpc/kernel/trace/Makefile @@ -3,8 +3,6 @@ # Makefile for the powerpc trace subsystem # -subdir-ccflags-$(CONFIG_PPC_WERROR) := -Werror - ifdef CONFIG_FUNCTION_TRACER # do not trace tracer code CFLAGS_REMOVE_ftrace.o = $(CC_FLAGS_FTRACE) |