commit | a234ca0faa65dcd5cc473915bd925130ebb7b74b | [log] [tgz] |
---|---|---|
author | matt mooney <mfm@muteddisk.com> | Thu Sep 23 06:51:21 2010 +0000 |
committer | Paul Mundt <lethal@linux-sh.org> | Thu Sep 23 16:18:18 2010 +0900 |
tree | 99f6ca4e07b3f71d0e2b3f25a35c5d9b1dbdc85e | |
parent | 39a90865f07f05343c450e91a56578bb8f69c5e8 [diff] [blame] |
sh: change to new flag variable Replace EXTRA_CFLAGS with ccflags-y. Signed-off-by: matt mooney <mfm@muteddisk.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
diff --git a/arch/sh/kernel/Makefile b/arch/sh/kernel/Makefile index 1086ba1..a1effb6 100644 --- a/arch/sh/kernel/Makefile +++ b/arch/sh/kernel/Makefile
@@ -44,4 +44,4 @@ obj-$(CONFIG_HAVE_HW_BREAKPOINT) += hw_breakpoint.o obj-$(CONFIG_GENERIC_CLOCKEVENTS_BROADCAST) += localtimer.o -EXTRA_CFLAGS += -Werror +ccflags-y := -Werror