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>
6 lines
175 B
Makefile
6 lines
175 B
Makefile
#
|
|
# Makefile for the SNI specific part of the kernel
|
|
#
|
|
|
|
obj-y += irq.o reset.o setup.o ds1216.o a20r.o rm200.o pcimt.o pcit.o time.o
|
|
obj-$(CONFIG_CPU_BIG_ENDIAN) += sniprom.o
|