diff options
| author | Michael Turquette <mturquette@linaro.org> | 2015-01-30 13:57:21 -0500 |
|---|---|---|
| committer | Michael Turquette <mturquette@linaro.org> | 2015-02-02 17:23:33 -0500 |
| commit | fe767560523d7556cb11fef466adf4b10141d73b (patch) | |
| tree | d70e4a3b6539f21eb675adce10ad965b95ed4dfe /drivers/clk/ti/Makefile | |
| parent | 035a61c314eb3dab5bcc5683afaf4d412689858a (diff) | |
| parent | d6540b1937192271a11ee02c3d197ddc39090257 (diff) | |
Merge branch 'clk-omap-legacy' into clk-next
Conflicts:
arch/arm/mach-omap2/cclock3xxx_data.c
Diffstat (limited to 'drivers/clk/ti/Makefile')
| -rw-r--r-- | drivers/clk/ti/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/clk/ti/Makefile b/drivers/clk/ti/Makefile index 36acc7d0d91c..14e6686a5eea 100644 --- a/drivers/clk/ti/Makefile +++ b/drivers/clk/ti/Makefile | |||
| @@ -5,7 +5,8 @@ clk-common = dpll.o composite.o divider.o gate.o \ | |||
| 5 | obj-$(CONFIG_SOC_AM33XX) += $(clk-common) clk-33xx.o | 5 | obj-$(CONFIG_SOC_AM33XX) += $(clk-common) clk-33xx.o |
| 6 | obj-$(CONFIG_SOC_TI81XX) += $(clk-common) fapll.o clk-816x.o | 6 | obj-$(CONFIG_SOC_TI81XX) += $(clk-common) fapll.o clk-816x.o |
| 7 | obj-$(CONFIG_ARCH_OMAP2) += $(clk-common) interface.o clk-2xxx.o | 7 | obj-$(CONFIG_ARCH_OMAP2) += $(clk-common) interface.o clk-2xxx.o |
| 8 | obj-$(CONFIG_ARCH_OMAP3) += $(clk-common) interface.o clk-3xxx.o | 8 | obj-$(CONFIG_ARCH_OMAP3) += $(clk-common) interface.o \ |
| 9 | clk-3xxx.o clk-3xxx-legacy.o | ||
| 9 | obj-$(CONFIG_ARCH_OMAP4) += $(clk-common) clk-44xx.o | 10 | obj-$(CONFIG_ARCH_OMAP4) += $(clk-common) clk-44xx.o |
| 10 | obj-$(CONFIG_SOC_OMAP5) += $(clk-common) clk-54xx.o | 11 | obj-$(CONFIG_SOC_OMAP5) += $(clk-common) clk-54xx.o |
| 11 | obj-$(CONFIG_SOC_DRA7XX) += $(clk-common) clk-7xx.o \ | 12 | obj-$(CONFIG_SOC_DRA7XX) += $(clk-common) clk-7xx.o \ |
