Staging
v0.7.0
https://github.com/torvalds/linux
Raw File
Tip revision: 01bf0b64579ead8a82e7cfc32ae44bc667e7ad0f authored by Linus Torvalds on 19 April 2010, 23:29:56 UTC
Linux 2.6.34-rc5
Tip revision: 01bf0b6
Makefile
#
# Makefile for the linux kernel.
#

# Object file lists.

obj-y			:= core.o io.o
obj-m			:=
obj-n			:=
obj-			:=

obj-$(CONFIG_LEDS)	+= leds.o
back to top