diff options
author | Rabin Vincent <rabin.vincent@stericsson.com> | 2010-03-11 10:28:22 +0530 |
---|---|---|
committer | John Rigby <john.rigby@linaro.org> | 2010-09-02 22:44:37 -0600 |
commit | 02a105db37872e367e4e65afdc0e3203cb2362f4 (patch) | |
tree | 2af9a15ea696bc0ea5574c7cb9a9e506cbefb993 /arch/arm/mach-ux500/Makefile | |
parent | e59f8b40bdd32171b0c8125df8eba74759f18abd (diff) | |
download | linux-2.6.34-ux500-02a105db37872e367e4e65afdc0e3203cb2362f4.tar.gz |
ux500: move common cpu code to cpu.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 b6dd3bcddc9..b494b3bdef0 100755 --- a/arch/arm/mach-ux500/Makefile +++ b/arch/arm/mach-ux500/Makefile @@ -5,7 +5,7 @@ obj-y := clock.o timer.o timer-rtt.o obj-$(CONFIG_REGULATOR) += regulator.o -obj-$(CONFIG_ARCH_U8500) += devices.o +obj-$(CONFIG_ARCH_U8500) += devices.o cpu.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) += board-mop500.o mop500-sdi.o |