https://github.com/torvalds/linux
Raw File
Tip revision: b0af8dfdd67699e25083478c63eedef2e72ebd85 authored by Linus Torvalds on 28 June 2011, 02:12:22 UTC
Linux 3.0-rc5
Tip revision: b0af8df
Makefile
#
# Makefile for the linux kernel.
#

obj-y					:= core.o
obj-$(CONFIG_ARCH_VERSATILE_PB)		+= versatile_pb.o
obj-$(CONFIG_MACH_VERSATILE_AB)		+= versatile_ab.o
obj-$(CONFIG_PCI)			+= pci.o
back to top