Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[deliverable/linux.git] / arch / arm / mach-ux500 / Makefile
1 #
2 # Makefile for the linux kernel, U8500 machine.
3 #
4
5 obj-y := cpu.o devices.o devices-common.o \
6 id.o usb.o timer.o pm.o
7 obj-$(CONFIG_CACHE_L2X0) += cache-l2x0.o
8 obj-$(CONFIG_UX500_SOC_DB8500) += cpu-db8500.o devices-db8500.o
9 obj-$(CONFIG_MACH_MOP500) += board-mop500.o board-mop500-sdi.o \
10 board-mop500-regulators.o \
11 board-mop500-uib.o board-mop500-stuib.o \
12 board-mop500-u8500uib.o \
13 board-mop500-pins.o \
14 board-mop500-audio.o
15 obj-$(CONFIG_SMP) += platsmp.o headsmp.o
16 obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o
17
18 CFLAGS_hotplug.o += -march=armv7-a
This page took 0.107107 seconds and 5 git commands to generate.