https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 129213d4d24e6a0e63571215c809b1949e452f47 authored by Jason Self on 15 August 2013, 05:59:53 UTC
Linux-libre 3.10.7-gnu
Tip revision: 129213d
Makefile
#
# Makefile for the linux kernel.
#

# Object file lists.

obj-y			:= core.o io.o leds.o
obj-m			:=
obj-n			:=
obj-			:=
back to top