Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d2af363c authored by Atsushi Nemoto's avatar Atsushi Nemoto Committed by Ralf Baechle
Browse files

[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: default avatarAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: default avatarRalf Baechle <ralf@linux-mips.org>
parent 67e2ccce
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -6,5 +6,3 @@ obj-y := irq.o reset.o setup.o

obj-$(CONFIG_EARLY_PRINTK)	+= console.o
obj-$(CONFIG_MTD_PHYSMAP)	+= mtd.o

EXTRA_AFLAGS := $(CFLAGS)
+0 −2
Original line number Diff line number Diff line
@@ -6,5 +6,3 @@ obj-y += irq.o irq_5477.o setup.o lcd44780.o

obj-$(CONFIG_RUNTIME_DEBUG) 	+= debug.o
obj-$(CONFIG_KGDB)		+= kgdb_io.o

EXTRA_AFLAGS := $(CFLAGS)
+0 −2
Original line number Diff line number Diff line
@@ -8,5 +8,3 @@ obj-y := ecc-berr.o int-handler.o ioasic-irq.o kn01-berr.o \
obj-$(CONFIG_PROM_CONSOLE)	+= promcon.o
obj-$(CONFIG_TC)		+= tc.o
obj-$(CONFIG_CPU_HAS_WB)	+= wbflush.o

EXTRA_AFLAGS := $(CFLAGS)
+0 −2
Original line number Diff line number Diff line
@@ -7,5 +7,3 @@ lib-y += init.o memory.o cmdline.o identify.o console.o

lib-$(CONFIG_32BIT)	+= locore.o
lib-$(CONFIG_64BIT)	+= call_o32.o

EXTRA_AFLAGS := $(CFLAGS)
+0 −2
Original line number Diff line number Diff line
@@ -7,5 +7,3 @@
#

obj-y	+= irq.o promcon.o reset.o serialGT.o setup.o

EXTRA_AFLAGS := $(CFLAGS)
Loading