https://jxself.org/git/linux-libre.git
Raw File
Tip revision: f8b8d647a41c5082b0fc3ba59fd01959e875c239 authored by Jason Self on 09 April 2015, 16:07:28 UTC
Linux-libre 3.12.40-gnu
Tip revision: f8b8d64
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