From: Atsushi Nemoto Date: Thu, 22 Feb 2007 15:39:48 +0000 (+0900) Subject: [MIPS] Kill redundant EXTRA_AFLAGS X-Git-Tag: v2.6.21-rc2~22 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d2af363cfb94f1bacb3e60327bc44a97881a38c2;p=pandora-kernel.git [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 Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed