xref: /linux/arch/mips/sni/Makefile (revision 96de0e252cedffad61b3cb5e05662c591898e69a)
1#
2# Makefile for the SNI specific part of the kernel
3#
4
5obj-y += irq.o reset.o setup.o a20r.o rm200.o pcimt.o pcit.o time.o
6obj-$(CONFIG_CPU_BIG_ENDIAN) += sniprom.o
7
8EXTRA_CFLAGS += -Werror
9