]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
sh: Disable -Werror for arch/sh/oprofile/.
authorPaul Mundt <lethal@linux-sh.org>
Mon, 8 Dec 2008 02:49:19 +0000 (11:49 +0900)
committerPaul Mundt <lethal@linux-sh.org>
Mon, 22 Dec 2008 09:44:02 +0000 (18:44 +0900)
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>
arch/sh/oprofile/Makefile

index 2efc2e79fd297019e7f207175fba437e668b7852..3d48f2721287ed6ee574482b88b115231e1451bd 100644 (file)
@@ -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