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/lib/Makefile b/arch/sh/lib/Makefile index dab4d21..7b95f29 100644 --- a/arch/sh/lib/Makefile +++ b/arch/sh/lib/Makefile
@@ -30,4 +30,4 @@ lib-$(CONFIG_MCOUNT) += mcount.o lib-y += $(memcpy-y) $(memset-y) $(udivsi3-y) -EXTRA_CFLAGS += -Werror +ccflags-y := -Werror