diff options
author | Martin Persson <martin.persson@stericsson.com> | 2010-12-08 09:13:42 -0500 |
---|---|---|
committer | Linus Walleij <linus.walleij@stericsson.com> | 2010-12-09 04:06:15 -0500 |
commit | 7c1a70e99819d723cde610d83de48a8ab01ec609 (patch) | |
tree | 8396d095948577a11f9f47e05e271d17d2641049 /arch/arm/mach-ux500/Makefile | |
parent | e0befb23dfed4d4d0de9d97dac936ccc0bbec093 (diff) |
ux500: Add cpufreq support for u8500
Signed-off-by: Martin Persson <martin.persson@stericsson.com>
Signed-off-by: Linus Walleij <linus.walleij@stericsson.com>
Diffstat (limited to 'arch/arm/mach-ux500/Makefile')
-rw-r--r-- | arch/arm/mach-ux500/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-ux500/Makefile b/arch/arm/mach-ux500/Makefile index 93b0cf162017..841118335607 100644 --- a/arch/arm/mach-ux500/Makefile +++ b/arch/arm/mach-ux500/Makefile | |||
@@ -13,3 +13,4 @@ obj-$(CONFIG_LOCAL_TIMERS) += localtimer.o | |||
13 | obj-$(CONFIG_REGULATOR_AB8500) += board-mop500-regulators.o | 13 | obj-$(CONFIG_REGULATOR_AB8500) += board-mop500-regulators.o |
14 | obj-$(CONFIG_U5500_MODEM_IRQ) += modem_irq.o | 14 | obj-$(CONFIG_U5500_MODEM_IRQ) += modem_irq.o |
15 | obj-$(CONFIG_U5500_MBOX) += mbox.o | 15 | obj-$(CONFIG_U5500_MBOX) += mbox.o |
16 | obj-$(CONFIG_CPU_FREQ) += cpufreq.o | ||