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