mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 11:32:04 +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>
8 lines
164 B
Makefile
8 lines
164 B
Makefile
#
|
|
# Makefile for the SGI specific kernel interface routines
|
|
# under Linux.
|
|
#
|
|
|
|
obj-y += ip32-berr.o ip32-irq.o ip32-setup.o ip32-reset.o \
|
|
crime.o ip32-memory.o
|