Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # Makefile for the Cobalt micro systems family specific parts of the kernel |
| 3 | # |
| 4 | |
Yoichi Yuasa | 1097c6a | 2007-10-22 19:43:15 +0900 | [diff] [blame] | 5 | obj-y := buttons.o irq.o led.o reset.o rtc.o serial.o setup.o time.o |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 6 | |
Yoichi Yuasa | 2a9effc | 2007-03-05 19:10:03 +0900 | [diff] [blame] | 7 | obj-$(CONFIG_PCI) += pci.o |
Peter Horton | e87ddde | 2006-02-12 17:10:25 +0000 | [diff] [blame] | 8 | obj-$(CONFIG_EARLY_PRINTK) += console.o |
Yoichi Yuasa | c316eb1 | 2007-02-20 14:11:57 +0900 | [diff] [blame] | 9 | obj-$(CONFIG_MTD_PHYSMAP) += mtd.o |
Ralf Baechle | dde96ca | 2007-07-30 11:48:58 +0100 | [diff] [blame] | 10 | |
| 11 | EXTRA_CFLAGS += -Werror |