ARM: EXYNOS: fix the secondary CPU boot of exynos4212
[deliverable/linux.git] / arch / arm / mach-ux500 / Makefile
CommitLineData
aa44ef4d
SK
1#
2# Makefile for the linux kernel, U8500 machine.
3#
4
cef2e06c 5obj-y := cpu.o id.o timer.o pm.o
458eef2f 6obj-$(CONFIG_CACHE_L2X0) += cache-l2x0.o
6f6d6433
LJ
7obj-$(CONFIG_UX500_SOC_DB8500) += cpu-db8500.o
8obj-$(CONFIG_MACH_MOP500) += board-mop500-sdi.o \
705e0984 9 board-mop500-regulators.o \
39b740bf 10 board-mop500-audio.o
b394eebd 11obj-$(CONFIG_SMP) += platsmp.o headsmp.o
9d704c04 12obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
f6f1bdac
AB
13
14CFLAGS_hotplug.o += -march=armv7-a
This page took 0.561302 seconds and 5 git commands to generate.