summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/Makefile
diff options
context:
space:
mode:
authorDonghan Ryu <dryu@nvidia.com>2011-06-24 21:06:28 +0900
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:47:36 -0800
commit59d9f2786bd384f0569b7fb24debddf3a233c7bd (patch)
tree0ad10489beff68f790f4dcd13cab34fd533357c1 /arch/arm/mach-tegra/Makefile
parentcc04b767dec807c62f2a9d4138bce8af0c3d7015 (diff)
arm: tegra: renaming tegra3_mc_stats to tegra3_mc
tegra3_mc_stats is memory controller profiler for tegra3. it is originated from tegra2_mc and having different file name convention is pretty confusing. This change change the name of the files for tegra3. Original-Change-Id: Icd8c1f834e4af0daa8d8de6412b953274750883f Reviewed-on: http://git-master/r/38252 Reviewed-by: Varun Colbert <vcolbert@nvidia.com> Tested-by: Varun Colbert <vcolbert@nvidia.com> Rebase-Id: R191a5bd02e389ad2594a012bcfd82712ac5f3c76
Diffstat (limited to 'arch/arm/mach-tegra/Makefile')
-rw-r--r--arch/arm/mach-tegra/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile
index f33bc1ea2386..d7957c15fc0f 100644
--- a/arch/arm/mach-tegra/Makefile
+++ b/arch/arm/mach-tegra/Makefile
@@ -80,7 +80,7 @@ obj-$(CONFIG_DEBUG_ICEDCC) += sysfs-dcc.o
obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += sysfs-cluster.o
ifeq ($(CONFIG_TEGRA_MC_PROFILE),y)
obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra2_mc.o
-obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += tegra3_mc_stats.o
+obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += tegra3_mc.o
endif
obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += tegra3_tsensor.o