1#
2# Makefile for the linux kernel.
3#
4
5obj-y					:= core.o clock.o
6obj-$(CONFIG_MACH_REALVIEW_EB)		+= realview_eb.o
7obj-$(CONFIG_SMP)			+= platsmp.o headsmp.o
8obj-$(CONFIG_HOTPLUG_CPU)		+= hotplug.o
9obj-$(CONFIG_LOCAL_TIMERS)		+= localtimer.o
10