[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)
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>

No differences found