summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/Makefile
diff options
context:
space:
mode:
authorScott Williams <scwilliams@nvidia.com>2011-07-21 13:29:11 -0700
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:46:50 -0800
commitab28f2bf97c63303879f52056824f47bfe1eca94 (patch)
treeef89af222a33094cc013a938ddc99c64948629d7 /arch/arm/mach-tegra/Makefile
parent8e34fb96d17f73e807f41c3160aa3c1770ea6a1d (diff)
ARM: tegra: Always compile sleep.S
Decouple LP3 (WFI) mode and CPU hotplug shutdown from CONFIG_PM_SLEEP. Change-Id: Ie959fa5e044ab4a7f84772d3b743ce2680465acc Signed-off-by: Scott Williams <scwilliams@nvidia.com> DW: Split into logical changes Signed-off-by: Dan Willemsen <dwillemsen@nvidia.com> Rebase-Id: R8f01e646e7bf65350db44557de87c4c2a33d8059
Diffstat (limited to 'arch/arm/mach-tegra/Makefile')
-rw-r--r--arch/arm/mach-tegra/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile
index c736a83900fc..4cb2984e5753 100644
--- a/arch/arm/mach-tegra/Makefile
+++ b/arch/arm/mach-tegra/Makefile
@@ -15,10 +15,8 @@ obj-y += delay.o
obj-y += powergate.o
obj-y += pm.o
obj-$(CONFIG_PM_SLEEP) += pm-irq.o
-ifeq ($(CONFIG_PM_SLEEP),y)
obj-y += sleep.o
obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += sleep-t2.o
-endif
obj-y += fuse.o
obj-y += kfuse.o
obj-$(CONFIG_TEGRA_LEGACY_AUDIO) += tegra_i2s_audio.o