git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
67e2ccc
)
[MIPS] Kill redundant EXTRA_AFLAGS
author
Atsushi Nemoto
<anemo@mba.ocn.ne.jp>
Thu, 22 Feb 2007 15:39:48 +0000
(
00:39
+0900)
committer
Ralf 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