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>
9 lines
164 B
Makefile
9 lines
164 B
Makefile
#
|
|
# Makefile for NEC DDB-Vrc5477 board
|
|
#
|
|
|
|
obj-y += irq.o irq_5477.o setup.o lcd44780.o
|
|
|
|
obj-$(CONFIG_RUNTIME_DEBUG) += debug.o
|
|
obj-$(CONFIG_KGDB) += kgdb_io.o
|