[MIPS] Cobalt: Remove cobalt_machine_power_off()
[safe/jmp/linux-2.6] / arch / mips / cobalt / Makefile
index 225ac8f..6b83f4d 100644 (file)
@@ -2,8 +2,10 @@
 # Makefile for the Cobalt micro systems family specific parts of the kernel
 #
 
-obj-y   := irq.o reset.o setup.o
+obj-y := buttons.o irq.o led.o reset.o rtc.o serial.o setup.o
 
+obj-$(CONFIG_PCI)              += pci.o
 obj-$(CONFIG_EARLY_PRINTK)     += console.o
+obj-$(CONFIG_MTD_PHYSMAP)      += mtd.o
 
-EXTRA_AFLAGS := $(CFLAGS)
+EXTRA_CFLAGS += -Werror