summaryrefslogtreecommitdiffstats
path: root/drivers/clk/tegra/Makefile
diff options
context:
space:
mode:
authorPeter De Schrijver <pdeschrijver@nvidia.com>2013-10-15 16:19:13 +0200
committerPeter De Schrijver <pdeschrijver@nvidia.com>2013-11-26 17:46:49 +0100
commitde4f30fd8403cd67449fbb9dc06a3d898fb9f10c (patch)
treeb3de7152b5f04afe69b272c6e45dce33c91fae32 /drivers/clk/tegra/Makefile
parentclk: tegra: move periph clocks to common file (diff)
downloadlinux-de4f30fd8403cd67449fbb9dc06a3d898fb9f10c.tar.xz
linux-de4f30fd8403cd67449fbb9dc06a3d898fb9f10c.zip
clk: tegra: move PMC, fixed clocks to common files
Introduce new files for fixed and PMC clocks common between several Tegra SoCs and move Tegra114 to this new infrastructure. Signed-off-by: Peter De Schrijver <pdeschrijver@nvidia.com>
Diffstat (limited to 'drivers/clk/tegra/Makefile')
-rw-r--r--drivers/clk/tegra/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/clk/tegra/Makefile b/drivers/clk/tegra/Makefile
index 304ea5df63eb..a02e9a95a4cb 100644
--- a/drivers/clk/tegra/Makefile
+++ b/drivers/clk/tegra/Makefile
@@ -8,6 +8,8 @@ obj-y += clk-pll-out.o
obj-y += clk-super.o
obj-y += clk-tegra-audio.o
obj-y += clk-tegra-periph.o
+obj-y += clk-tegra-pmc.o
+obj-y += clk-tegra-fixed.o
obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += clk-tegra20.o
obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += clk-tegra30.o
obj-$(CONFIG_ARCH_TEGRA_114_SOC) += clk-tegra114.o