Staging
v0.5.2
https://github.com/torvalds/linux
Raw File
Tip revision: d223a60106891bfe46febfacf46b20cd8509aaad authored by Linus Torvalds on 05 October 2006, 02:57:05 UTC
Linux 2.6.19-rc1
Tip revision: d223a60
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

EXTRA_AFLAGS := $(CFLAGS)
back to top