]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
sh: change to new flag variable
authormatt mooney <mfm@muteddisk.com>
Thu, 23 Sep 2010 06:51:21 +0000 (06:51 +0000)
committerPaul Mundt <lethal@linux-sh.org>
Thu, 23 Sep 2010 07:18:18 +0000 (16:18 +0900)
Replace EXTRA_CFLAGS with ccflags-y.

Signed-off-by: matt mooney <mfm@muteddisk.com>
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
arch/sh/cchips/hd6446x/Makefile
arch/sh/kernel/Makefile
arch/sh/lib/Makefile
arch/sh/mm/Makefile

index 9682e3ab668fd338d92e633f327319a39679d0f9..59c348337bb86199fcbe4571a85db9feb019ea0a 100644 (file)
@@ -1,3 +1,3 @@
 obj-$(CONFIG_HD64461)  += hd64461.o
 
-EXTRA_CFLAGS += -Werror
+ccflags-y := -Werror
index 1086ba1abdab245c7e6a19e3f7118872a67b31f3..a1effb673722ca98cdec413b97abda9bed1338de 100644 (file)
@@ -44,4 +44,4 @@ obj-$(CONFIG_HAS_IOPORT)      += io_generic.o
 obj-$(CONFIG_HAVE_HW_BREAKPOINT)               += hw_breakpoint.o
 obj-$(CONFIG_GENERIC_CLOCKEVENTS_BROADCAST)    += localtimer.o
 
-EXTRA_CFLAGS += -Werror
+ccflags-y := -Werror
index dab4d2129812365deb1d64cf5975fa23efc8381b..7b95f29e31749ec180e67028424580fadda1c3af 100644 (file)
@@ -30,4 +30,4 @@ lib-$(CONFIG_MMU)             += copy_page.o __clear_user.o
 lib-$(CONFIG_MCOUNT)           += mcount.o
 lib-y                          += $(memcpy-y) $(memset-y) $(udivsi3-y)
 
-EXTRA_CFLAGS += -Werror
+ccflags-y := -Werror
index 53f7c684afb25b53515d03ddd3d784e18c5a45ff..939663c5591129708cafe90c0e54d924ca64fe18 100644 (file)
@@ -66,4 +66,4 @@ CFLAGS_fault_64.o += -ffixed-r7 \
        -ffixed-r60 -ffixed-r61 -ffixed-r62 \
        -fomit-frame-pointer
 
-EXTRA_CFLAGS += -Werror
+ccflags-y := -Werror