xref: /linux/arch/arm/mach-ux500/Makefile (revision 9d704c04ff8ae61b60935d67ce334b18fc70f1b2)
1aa44ef4dSSrinidhi Kasagar#
2aa44ef4dSSrinidhi Kasagar# Makefile for the linux kernel, U8500 machine.
3aa44ef4dSSrinidhi Kasagar#
4aa44ef4dSSrinidhi Kasagar
5d48fd006SRabin Vincentobj-y				:= clock.o cpu.o devices.o
6591d8dd7SRabin Vincentobj-$(CONFIG_UX500_SOC_DB5500)	+= cpu-db5500.o devices-db5500.o
7e3726fcfSLinus Walleijobj-$(CONFIG_UX500_SOC_DB8500)	+= cpu-db8500.o devices-db8500.o prcmu.o
8008f8a2fSHanumath Prasadobj-$(CONFIG_MACH_U8500_MOP)	+= board-mop500.o board-mop500-sdi.o
9591d8dd7SRabin Vincentobj-$(CONFIG_MACH_U5500)	+= board-u5500.o
10b394eebdSLinus Walleijobj-$(CONFIG_SMP)		+= platsmp.o headsmp.o
11*9d704c04SSundar Iyerobj-$(CONFIG_HOTPLUG_CPU)	+= hotplug.o
12b394eebdSLinus Walleijobj-$(CONFIG_LOCAL_TIMERS)	+= localtimer.o
13