Makefile 235 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4
#
# Makefile for the Cobalt micro systems family specific parts of the kernel
#

5
obj-y := buttons.o irq.o reset.o serial.o setup.o
L
Linus Torvalds 已提交
6

7
obj-$(CONFIG_PCI)		+= pci.o
8
obj-$(CONFIG_EARLY_PRINTK)	+= console.o
9
obj-$(CONFIG_MTD_PHYSMAP)	+= mtd.o