[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>
This commit is contained in:

committed by
Ralf Baechle

parent
67e2cccec6
commit
d2af363cfb
@@ -5,5 +5,3 @@
|
||||
|
||||
obj-y += ip32-berr.o ip32-irq.o ip32-setup.o ip32-reset.o \
|
||||
crime.o ip32-memory.o
|
||||
|
||||
EXTRA_AFLAGS := $(CFLAGS)
|
||||
|
Reference in New Issue
Block a user