xref: /linux/arch/mips/sni/Makefile (revision 8fa5723aa7e053d498336b48448b292fc2e0458b)
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_EISA) += eisa.o
7
8EXTRA_CFLAGS += -Werror
9