https://github.com/torvalds/linux
Raw File
Tip revision: 091bf7624d1c90cec9e578a18529f615213ff847 authored by Linus Torvalds on 09 May 2009, 00:14:14 UTC
Linux 2.6.30-rc5
Tip revision: 091bf76
Makefile
#
# Makefile for the linux kernel.
#

# Object file lists.

obj-y				:= irq.o time.o

# W90X900 CPU support files

obj-$(CONFIG_CPU_W90P910)	+= w90p910.o

# machine support

obj-$(CONFIG_MACH_W90P910EVB)	+= mach-w90p910evb.o
back to top