mirror of
https://github.com/torvalds/linux.git
synced 2024-11-02 02:01:29 +00:00
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>
10 lines
205 B
Makefile
10 lines
205 B
Makefile
#
|
|
# Makefile for the DECstation prom monitor library routines
|
|
# under Linux.
|
|
#
|
|
|
|
lib-y += init.o memory.o cmdline.o identify.o console.o
|
|
|
|
lib-$(CONFIG_32BIT) += locore.o
|
|
lib-$(CONFIG_64BIT) += call_o32.o
|