diff options
author | Danny Huang <dahuang@nvidia.com> | 2012-11-15 15:42:34 +0800 |
---|---|---|
committer | Stephen Warren <swarren@nvidia.com> | 2012-11-15 14:36:59 -0700 |
commit | f8ddda713b9ea6c10012429c089c81bc9a5cd49f (patch) | |
tree | c469d4819326e0aadccd58f5523bd5f4d1f70852 /arch/arm/mach-tegra/Makefile | |
parent | 25cd5a391478b1e29ef7de172b3bd612159a07cc (diff) | |
download | linux-3.10-f8ddda713b9ea6c10012429c089c81bc9a5cd49f.tar.gz linux-3.10-f8ddda713b9ea6c10012429c089c81bc9a5cd49f.tar.bz2 linux-3.10-f8ddda713b9ea6c10012429c089c81bc9a5cd49f.zip |
ARM: tegra: Tegra30 speedo-based process identification
This patch adds speedo-based process identification support for Tegra30.
Signed-off-by: Danny Huang <dahuang@nvidia.com>
[swarren s/Tegra3/Tegra30/ in log print,
s/T30/Tegra30/ in commit description]
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/Makefile')
-rw-r--r-- | arch/arm/mach-tegra/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile index 07ed4bdaba3..6cc23cc8350 100644 --- a/arch/arm/mach-tegra/Makefile +++ b/arch/arm/mach-tegra/Makefile @@ -17,6 +17,7 @@ obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += tegra2_emc.o obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += sleep-t20.o obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += tegra30_clocks.o obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += tegra30_clocks_data.o +obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += tegra30_speedo.o obj-$(CONFIG_ARCH_TEGRA_3x_SOC) += sleep-t30.o obj-$(CONFIG_SMP) += platsmp.o headsmp.o obj-$(CONFIG_SMP) += reset.o |