summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/Makefile
diff options
context:
space:
mode:
authorColin Cross <ccross@android.com>2010-04-06 02:22:21 +0400
committerColin Cross <ccross@android.com>2010-10-22 05:11:29 +0400
commit8726e4f50e3f445601c19a851c62586f5dc7dd49 (patch)
treebbdd1aa4aab77d945da27568b9f78927c7c5317f /arch/arm/mach-tegra/Makefile
parentc231d6976a161ae7b5b3aba4a1821b2e9c00c02c (diff)
downloadlinux-8726e4f50e3f445601c19a851c62586f5dc7dd49.tar.xz
[ARM] tegra: Add legacy irq support
The "legacy irq controller" duplicates the functionality of the GIC, but remains powered during the cpu suspend and idle modes that power down the CPU and the GIC. Signed-off-by: Colin Cross <ccross@android.com>
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 51e9370eed99..0a975b5fe493 100644
--- a/arch/arm/mach-tegra/Makefile
+++ b/arch/arm/mach-tegra/Makefile
@@ -1,6 +1,6 @@
obj-y += common.o
obj-y += io.o
-obj-y += irq.o
+obj-y += irq.o legacy_irq.o
obj-y += clock.o
obj-y += timer.o
obj-y += gpio.o