Makefile (440fdb53b4ae58602711b5b8c3a139ace2404dbb) | Makefile (e86169fffedc2f461be6f70817ae5ab201c12fd5) |
---|---|
1# 2# Makefile for the Cobalt micro systems family specific parts of the kernel 3# 4 | 1# 2# Makefile for the Cobalt micro systems family specific parts of the kernel 3# 4 |
5obj-y := buttons.o irq.o reset.o rtc.o serial.o setup.o | 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 | 6 7obj-$(CONFIG_PCI) += pci.o 8obj-$(CONFIG_EARLY_PRINTK) += console.o 9obj-$(CONFIG_MTD_PHYSMAP) += mtd.o 10 11EXTRA_CFLAGS += -Werror |