summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/Makefile
diff options
context:
space:
mode:
authorTom Cherry <tcherry@nvidia.com>2011-09-30 16:11:48 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:49:47 -0800
commit835b8822342551740fd3a7caaa0d0b4db7cd008c (patch)
tree4f67fab904f7b33324f4ee645fc93756e837e770 /arch/arm/mach-tegra/Makefile
parent8dca2269d34f694a9a02934ad750f42d8cadcf97 (diff)
arm: tegra: Rename tegra2/3-throttle to tegra2/3_throttle.
This is to keep consistency with tegra* files all of which use underscores instead of dashes Reviewed-on: http://git-master/r/55582 (cherry picked from commit 401f0018a27a18aafb9eac7d0bed6990c99c73cc) Change-Id: I1a7066e6ac86f5876126ae54cee84f64fbc509f1 Reviewed-on: http://git-master/r/62251 Reviewed-by: Varun Colbert <vcolbert@nvidia.com> Tested-by: Varun Colbert <vcolbert@nvidia.com> Rebase-Id: Rd08530c8b72d63d3ed1c8557f1c47f481ed49044
Diffstat (limited to 'arch/arm/mach-tegra/Makefile')
-rw-r--r--arch/arm/mach-tegra/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile
index f21c195a587b..ae63db8d0df3 100644
--- a/arch/arm/mach-tegra/Makefile
+++ b/arch/arm/mach-tegra/Makefile
@@ -80,8 +80,8 @@ obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += cpuidle-t3.o
endif
endif
ifeq ($(CONFIG_TEGRA_THERMAL_THROTTLE),y)
-obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra2-throttle.o
-obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += tegra3-throttle.o
+obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra2_throttle.o
+obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += tegra3_throttle.o
endif
obj-$(CONFIG_TEGRA_IOVMM) += iovmm.o
obj-$(CONFIG_TEGRA_IOVMM_GART) += iovmm-gart.o