4a0312fca6
Added support for RM200C machines with big endian firmware Added support for RM200-C40 (R5000 support) Signed-off-by: Florian Lohoff <flo@rfc822.org> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
8 lines
173 B
Makefile
8 lines
173 B
Makefile
#
|
|
# Makefile for the SNI specific part of the kernel
|
|
#
|
|
|
|
obj-y += irq.o pcimt_scache.o reset.o setup.o
|
|
obj-$(CONFIG_CPU_BIG_ENDIAN) += sniprom.o
|
|
|
|
EXTRA_AFLAGS := $(CFLAGS)
|