[MIPS] Kill redundant EXTRA_AFLAGS
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Thu, 22 Feb 2007 15:39:48 +0000 (00:39 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Mon, 26 Feb 2007 23:06:05 +0000 (23:06 +0000)
commitd2af363cfb94f1bacb3e60327bc44a97881a38c2
treed87428291734ac8104a78bf3e9f84ed1625fb558
parent67e2cccec6d230165345fdf6c0fe4c8761f9d1ba
[MIPS] Kill redundant EXTRA_AFLAGS

Many Makefiles in arch/mips have EXTRA_AFLAGS := $(CFLAGS) line.  This
is redundant while AFLAGS contains $(cflags-y) and any options only
listed in CFLAGS (not in cflags-y) should be unnecessary for asm
sources.

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
24 files changed:
arch/mips/cobalt/Makefile
arch/mips/ddb5xxx/ddb5477/Makefile
arch/mips/dec/Makefile
arch/mips/dec/prom/Makefile
arch/mips/gt64120/ev64120/Makefile
arch/mips/gt64120/momenco_ocelot/Makefile
arch/mips/gt64120/wrppmc/Makefile
arch/mips/jazz/Makefile
arch/mips/jmr3927/rbhma3100/Makefile
arch/mips/kernel/Makefile
arch/mips/lib-32/Makefile
arch/mips/lib-64/Makefile
arch/mips/lib/Makefile
arch/mips/mips-boards/generic/Makefile
arch/mips/mm/Makefile
arch/mips/momentum/ocelot_g/Makefile
arch/mips/sgi-ip22/Makefile
arch/mips/sgi-ip27/Makefile
arch/mips/sgi-ip32/Makefile
arch/mips/sibyte/bcm1480/Makefile
arch/mips/sibyte/sb1250/Makefile
arch/mips/sni/Makefile
arch/mips/tx4927/toshiba_rbtx4927/Makefile
arch/mips/vr41xx/common/Makefile