https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 2d7d1241396b38b4368556254a2b64750b63d141 authored by Jason Self on 19 March 2015, 09:33:20 UTC
Linux-libre 3.12.39-gnu
Tip revision: 2d7d124
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