summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-omap2/Makefile
diff options
context:
space:
mode:
authorTero Kristo <t-kristo@ti.com>2015-03-02 08:57:28 +0100
committerTero Kristo <t-kristo@ti.com>2015-06-02 11:30:58 +0200
commitb138b0283d35bed0cd3353d7e39add8ac493eb37 (patch)
treee748f08276e90652b80e7eb48a6925f1a00b5929 /arch/arm/mach-omap2/Makefile
parentARM: OMAP2+: clock: export driver API to setup/get clock features (diff)
downloadlinux-b138b0283d35bed0cd3353d7e39add8ac493eb37.tar.xz
linux-b138b0283d35bed0cd3353d7e39add8ac493eb37.zip
clk: ti: move generic OMAP DPLL implementation under drivers/clk
With the legacy clock data now gone, we can start moving OMAP clock type implementations under clock driver. Start this with moving the generic OMAP DPLL clock type under TI clock driver. Signed-off-by: Tero Kristo <t-kristo@ti.com>
Diffstat (limited to 'arch/arm/mach-omap2/Makefile')
-rw-r--r--arch/arm/mach-omap2/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/Makefile b/arch/arm/mach-omap2/Makefile
index ec002bd4af77..fcb5d47f88ca 100644
--- a/arch/arm/mach-omap2/Makefile
+++ b/arch/arm/mach-omap2/Makefile
@@ -13,7 +13,7 @@ obj-y := id.o io.o control.o mux.o devices.o fb.o serial.o timer.o pm.o \
hwmod-common = omap_hwmod.o omap_hwmod_reset.o \
omap_hwmod_common_data.o
clock-common = clock.o clock_common_data.o \
- clkt_dpll.o clkt_clksel.o
+ clkt_clksel.o
secure-common = omap-smc.o omap-secure.o
obj-$(CONFIG_ARCH_OMAP2) += $(omap-2-3-common) $(hwmod-common)