https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 77d8dc51c6c5c68becc4746bf916637cd457f51a authored by Jason Self on 09 September 2009, 22:14:07 UTC
Linux-libre 2.6.31-gnu1
Tip revision: 77d8dc5
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