diff options
author | Paul Mundt <lethal@linux-sh.org> | 2008-12-08 11:49:19 +0900 |
---|---|---|
committer | Paul Mundt <lethal@linux-sh.org> | 2008-12-22 18:44:02 +0900 |
commit | 4bc3e7192cf9a47d9864c4e8259859be55a480b3 (patch) | |
tree | 62836b423f3004dae3dc9d78318f40294ca316fb | |
parent | 3b041227f7ef7c7e97f205c68c6069c0c62e5204 (diff) | |
download | op-kernel-dev-4bc3e7192cf9a47d9864c4e8259859be55a480b3.zip op-kernel-dev-4bc3e7192cf9a47d9864c4e8259859be55a480b3.tar.gz |
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>
-rw-r--r-- | arch/sh/oprofile/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/sh/oprofile/Makefile b/arch/sh/oprofile/Makefile index 2efc2e7..3d48f27 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 |