diff options
author | Seshendra Gadagottu <sgadagottu@nvidia.com> | 2012-02-10 11:53:22 +0530 |
---|---|---|
committer | Simone Willett <swillett@nvidia.com> | 2012-03-05 16:50:37 -0800 |
commit | c6d1331b766b3b8de2b547eab1b73f9ed442153f (patch) | |
tree | 10290729b9fa96cb55c6393956fc82568fa55bee /arch/arm/mach-tegra/Makefile | |
parent | c3871ad8cefae294a7cb83507d5fa9f3e6041a57 (diff) |
arm: tegra: Enable gizmo settings after system resume
Enable save/restore gizmo settings for all tegra chip sets.
Bug 935834
Change-Id: I0400d555c05c5558aca2bf3d2cee707c7db77927
Signed-off-by: Seshendra Gadagottu<sgadagottu@nvidia.com>
Reviewed-on: http://git-master/r/83037
(cherry picked from commit 5a51bbfc4715dc50571ccfc44c31d8318ba306c1)
Reviewed-on: http://git-master/r/87507
Reviewed-by: Simone Willett <swillett@nvidia.com>
Tested-by: Simone Willett <swillett@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/Makefile')
-rw-r--r-- | arch/arm/mach-tegra/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile index acc48d99e16e..10aea1c8aa66 100644 --- a/arch/arm/mach-tegra/Makefile +++ b/arch/arm/mach-tegra/Makefile @@ -1,6 +1,6 @@ GCOV_PROFILE := y -obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += ahb.o +obj-y += ahb.o obj-y += apbio.o obj-y += common.o obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += common-t2.o |