https://github.com/torvalds/linux
Raw File
Tip revision: 6246b6128bbe34d0752f119cf7c5111c85fe481d authored by Linus Torvalds on 03 April 2006, 03:22:10 UTC
Linux v2.6.17-rc1
Tip revision: 6246b61
Makefile
#
# Makefile for the linux kernel.
#

# Object file lists.

obj-y			:= core.o
obj-m			:=
obj-n			:=
obj-			:=

back to top