https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 13932cade88c3c9c217aa04cbc4f3c0e0a65d3c9 authored by Jason Self on 02 February 2009, 18:12:24 UTC
Linux-libre 2.6.28.3-gnu1
Tip revision: 13932ca
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