d2af363cfb
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>
7 lines
137 B
Makefile
7 lines
137 B
Makefile
#
|
|
# Makefile for Momentum Computer's Ocelot-G board.
|
|
#
|
|
|
|
obj-y += irq.o gt-irq.o prom.o reset.o setup.o
|
|
obj-$(CONFIG_KGDB) += dbg_io.o
|