Makefile 158 字节
Newer Older
1 2 3 4 5 6
#
# Makefile for the linux kernel.
#

obj-y					:= core.o clock.o
obj-$(CONFIG_MACH_REALVIEW_EB)		+= realview_eb.o
7
obj-$(CONFIG_SMP)			+= platsmp.o headsmp.o