xref: /linux/arch/mips/cobalt/Makefile (revision 2b8232ce512105e28453f301d1510de8363bccd1)
1#
2# Makefile for the Cobalt micro systems family specific parts of the kernel
3#
4
5obj-y := buttons.o irq.o led.o reset.o rtc.o serial.o setup.o
6
7obj-$(CONFIG_PCI)		+= pci.o
8obj-$(CONFIG_EARLY_PRINTK)	+= console.o
9obj-$(CONFIG_MTD_PHYSMAP)	+= mtd.o
10
11EXTRA_CFLAGS += -Werror
12