Skip to content

Commit

Permalink
sh: Disable -Werror for arch/sh/oprofile/.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Paul Mundt committed Dec 22, 2008
1 parent 3b04122 commit 4bc3e71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions arch/sh/oprofile/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 4bc3e71

Please sign in to comment.