https://jxself.org/git/linux-libre.git
Raw File
Tip revision: fcca1e5fece33c286cc9c845961ff8ef80cbb5e1 authored by Jason Self on 16 January 2015, 15:00:05 UTC
Linux-libre 3.10.65-gnu
Tip revision: fcca1e5
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