projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b04122
)
sh: Disable -Werror for arch/sh/oprofile/.
author
Paul Mundt
<lethal@linux-sh.org>
Mon, 8 Dec 2008 02:49:19 +0000
(11:49 +0900)
committer
Paul 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
patch
|
blob
|
history
diff --git
a/arch/sh/oprofile/Makefile
b/arch/sh/oprofile/Makefile
index 2efc2e79fd297019e7f207175fba437e668b7852..3d48f2721287ed6ee574482b88b115231e1451bd 100644
(file)
--- 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