mirror of
https://github.com/torvalds/linux.git
synced 2024-11-05 03:21:32 +00:00
dde96ca8b3
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
9 lines
191 B
Makefile
9 lines
191 B
Makefile
#
|
|
# Makefile for the SNI specific part of the kernel
|
|
#
|
|
|
|
obj-y += irq.o reset.o setup.o a20r.o rm200.o pcimt.o pcit.o time.o
|
|
obj-$(CONFIG_CPU_BIG_ENDIAN) += sniprom.o
|
|
|
|
EXTRA_CFLAGS += -Werror
|