Staging
v0.5.2
https://github.com/torvalds/linux
Raw File
Tip revision: 94a05509a9e11806acd797153d03019706e466f1 authored by Linus Torvalds on 15 April 2007, 23:50:57 UTC
Linux 2.6.21-rc7
Tip revision: 94a0550
Makefile
#
# Makefile for the Cobalt micro systems family specific parts of the kernel
#

obj-y	 := irq.o reset.o setup.o

obj-$(CONFIG_EARLY_PRINTK)	+= console.o
obj-$(CONFIG_MTD_PHYSMAP)	+= mtd.o
back to top