summaryrefslogtreecommitdiff
path: root/drivers/soc/tegra/Makefile
diff options
context:
space:
mode:
authorThierry Reding <treding@nvidia.com>2014-07-11 15:19:06 +0400
committerThierry Reding <treding@nvidia.com>2014-07-17 16:58:43 +0400
commit7232398abc6a7186e315425638c367d50c674718 (patch)
tree874b08603b104c3b42a07cb7c1402a8f3bcf5ec0 /drivers/soc/tegra/Makefile
parent24fa5af81059af90c723bec6aacc3cd2b2809d14 (diff)
downloadlinux-7232398abc6a7186e315425638c367d50c674718.tar.xz
ARM: tegra: Convert PMC to a driver
This commit converts the PMC support code to a platform driver. Because the boot process needs to call into this driver very early, also set up a minimal environment via an early initcall. Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'drivers/soc/tegra/Makefile')
-rw-r--r--drivers/soc/tegra/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/soc/tegra/Makefile b/drivers/soc/tegra/Makefile
index db34987ed9dc..cdaad9d53a05 100644
--- a/drivers/soc/tegra/Makefile
+++ b/drivers/soc/tegra/Makefile
@@ -1,3 +1,4 @@
obj-$(CONFIG_ARCH_TEGRA) += fuse/
obj-$(CONFIG_ARCH_TEGRA) += common.o
+obj-$(CONFIG_ARCH_TEGRA) += pmc.o