xref: /openbmc/linux/arch/arm/mach-ux500/Makefile (revision a09d2831)
1#
2# Makefile for the linux kernel, U8500 machine.
3#
4
5obj-y				:= clock.o
6obj-$(CONFIG_ARCH_U8500)	+= cpu-u8500.o
7obj-$(CONFIG_MACH_U8500_MOP)	+= board-mop500.o
8obj-$(CONFIG_SMP)		+= platsmp.o headsmp.o localtimer.o
9