[MIPS] Kill redundant EXTRA_AFLAGS
commit54dfcc5fc23784382b35cc25238ea189ffce417b
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Thu, 22 Feb 2007 15:39:48 +0000 (23 00:39 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Thu, 22 Feb 2007 16:23:28 +0000 (22 16:23 +0000)
tree768ae5e0f4862c7d3d7ef8571b7838ff2695f63e
parent394a421e0571dad1dae31044aaeff19e6051388e
[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