diff options
author | Brian Swetland <swetland@google.com> | 2008-09-09 14:04:14 -0400 |
---|---|---|
committer | Brian Swetland <swetland@google.com> | 2008-10-22 05:41:00 -0400 |
commit | 600f7cfebeef74a6ba961c507079e3629da5dd7a (patch) | |
tree | bac251da969e1e4d2f277793e3ba906b25b7905e /arch/arm/mach-msm/Makefile | |
parent | bcc0f6af0798e60e7527485f7125ed26632ce698 (diff) |
[ARM] msm: clock: provide clk_*() api support for
Makes use of the proc_comm interface to provide clock control on
MSM7X01A family SoCs.
Signed-off-by: Brian Swetland <swetland@google.com>
Diffstat (limited to 'arch/arm/mach-msm/Makefile')
-rw-r--r-- | arch/arm/mach-msm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-msm/Makefile b/arch/arm/mach-msm/Makefile index d4d1deabce46..bfcb2518ba53 100644 --- a/arch/arm/mach-msm/Makefile +++ b/arch/arm/mach-msm/Makefile | |||
@@ -1,6 +1,7 @@ | |||
1 | obj-y += io.o idle.o irq.o timer.o dma.o | 1 | obj-y += io.o idle.o irq.o timer.o dma.o |
2 | obj-y += devices.o | 2 | obj-y += devices.o |
3 | obj-y += proc_comm.o | 3 | obj-y += proc_comm.o |
4 | obj-y += clock.o clock-7x01a.o | ||
4 | 5 | ||
5 | obj-$(CONFIG_MACH_HALIBUT) += board-halibut.o | 6 | obj-$(CONFIG_MACH_HALIBUT) += board-halibut.o |
6 | 7 | ||