https://jxself.org/git/linux-libre.git
Raw File
Tip revision: f681e36c8e82fe2eb41be7992886b7048e852801 authored by Jason Self on 20 December 2013, 15:45:36 UTC
Linux-libre 3.10.25-gnu
Tip revision: f681e36
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