diff options
author | Rabin Vincent <rabin.vincent@stericsson.com> | 2010-03-11 10:14:23 +0530 |
---|---|---|
committer | John Rigby <john.rigby@linaro.org> | 2010-09-02 22:44:37 -0600 |
commit | e59f8b40bdd32171b0c8125df8eba74759f18abd (patch) | |
tree | e03f24dbba25d7412d299738974f573b2783b445 /arch/arm/mach-ux500/Makefile | |
parent | 247f4b5fd18ecdc8a410fa15a4d68685865ea403 (diff) | |
download | linux-2.6.34-ux500-e59f8b40bdd32171b0c8125df8eba74759f18abd.tar.gz |
ux500: move mop500_devices.c to board-mop500.c
Signed-off-by: Rabin Vincent <rabin.vincent@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500/Makefile')
-rwxr-xr-x | arch/arm/mach-ux500/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-ux500/Makefile b/arch/arm/mach-ux500/Makefile index adb63af8991..b6dd3bcddc9 100755 --- a/arch/arm/mach-ux500/Makefile +++ b/arch/arm/mach-ux500/Makefile @@ -8,7 +8,7 @@ obj-$(CONFIG_REGULATOR) += regulator.o obj-$(CONFIG_ARCH_U8500) += devices.o obj-$(CONFIG_STM_DMA) += dma_40.o #part1 no. of dma is 0x40 obj-$(CONFIG_HOTPLUG_CPU) += hotplug.o -obj-$(CONFIG_MACH_U8500_MOP) += mop500_devices.o mop500-sdi.o +obj-$(CONFIG_MACH_U8500_MOP) += board-mop500.o mop500-sdi.o obj-$(CONFIG_UX500_SOC_DB5500) += db5500-devices.o cpu-db5500.o obj-$(CONFIG_UX500_SOC_DB8500) += db8500-devices.o hsi.o mcde.o \ cpu-db8500.o prcmu-fw.o |