summaryrefslogtreecommitdiffstats
path: root/arch/sh/oprofile
diff options
context:
space:
mode:
authorPaul Mundt2008-12-08 03:49:19 +0100
committerPaul Mundt2008-12-22 10:44:02 +0100
commit4bc3e7192cf9a47d9864c4e8259859be55a480b3 (patch)
tree62836b423f3004dae3dc9d78318f40294ca316fb /arch/sh/oprofile
parentsh: Add plain udivsi3 (not _i4*) for gcc-4.1 and lower. (diff)
downloadkernel-qcow2-linux-4bc3e7192cf9a47d9864c4e8259859be55a480b3.tar.gz
kernel-qcow2-linux-4bc3e7192cf9a47d9864c4e8259859be55a480b3.tar.xz
kernel-qcow2-linux-4bc3e7192cf9a47d9864c4e8259859be55a480b3.zip
sh: Disable -Werror for arch/sh/oprofile/.
drivers/oprofile/ objects have proven to be problematic in this regard, so simply disable -Werror for now. Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/oprofile')
-rw-r--r--arch/sh/oprofile/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/oprofile/Makefile b/arch/sh/oprofile/Makefile
index 2efc2e79fd29..3d48f2721287 100644
--- a/arch/sh/oprofile/Makefile
+++ b/arch/sh/oprofile/Makefile
@@ -14,5 +14,3 @@ profdrvr-$(CONFIG_CPU_SUBTYPE_SH7750) := op_model_sh7750.o
profdrvr-$(CONFIG_CPU_SUBTYPE_SH7091) := op_model_sh7750.o
oprofile-y := $(DRIVER_OBJS) $(profdrvr-y)
-
-EXTRA_CFLAGS += -Werror