summaryrefslogtreecommitdiff
path: root/arch/arm/mach-tegra/Makefile
diff options
context:
space:
mode:
authorGary King <gking@nvidia.com>2010-06-08 09:59:40 -0700
committerGary King <gking@nvidia.com>2010-06-09 10:12:18 -0700
commit7c82c694db0e5a5b1ffd9449a866ec7adafa1648 (patch)
tree387f97cc22819ad0f7e074484bea5946e33ac295 /arch/arm/mach-tegra/Makefile
parent6ca6a37a8ca1e7bea727d052c3497e1b271e9e5b (diff)
[ARM/tegra] move MC error interrupt out of NvRm
MC error interrupts are useful debug features, so implement them separately from the RM; also, enhance the printouts to include the client name, so that cross-checking the status value against a separate list isn't necessary Change-Id: I9aa2857388bf252bbcd2f3048eae0fb63d90a011 Reviewed-on: http://git-master/r/2280 Tested-by: Gary King <gking@nvidia.com> Reviewed-by: Scott Williams <scwilliams@nvidia.com> Reviewed-by: Gary King <gking@nvidia.com>
Diffstat (limited to 'arch/arm/mach-tegra/Makefile')
-rw-r--r--arch/arm/mach-tegra/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/mach-tegra/Makefile b/arch/arm/mach-tegra/Makefile
index f02189fda030..419bb92384cd 100644
--- a/arch/arm/mach-tegra/Makefile
+++ b/arch/arm/mach-tegra/Makefile
@@ -1,4 +1,5 @@
obj-y += common.o
+obj-$(CONFIG_ARCH_TEGRA_2x_SOC) += common-t2.o
obj-y += board-common.o
obj-y += io.o
obj-y += irq.o