https://jxself.org/git/linux-libre.git
Raw File
Tip revision: c67af728230d5260d7dbadfcf11ae13510f67870 authored by Jason Self on 14 April 2014, 13:42:38 UTC
Linux-libre 3.10.37-gnu
Tip revision: c67af72
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