summaryrefslogtreecommitdiff
path: root/arch/arm/Makefile
diff options
context:
space:
mode:
authorGary King <gking@nvidia.com>2009-12-08 17:44:58 -0800
committerGary King <gking@nvidia.com>2009-12-08 18:36:42 -0800
commit928068866919df84dc4583f9ccd68b8df1894576 (patch)
treec5908e1eb5120aede0b24e9202f1c72082274298 /arch/arm/Makefile
parentf14a87b5d27c6fb2dd636482b7f47f4e27e5986b (diff)
tegra: initial architecture check-in
some config options and preprocessor symbols needed to build a kernel valid on tegra systems, but not much actual implementation Change-Id: I8bdc10257043f9b221424afe7a5889f2d981aeb8
Diffstat (limited to 'arch/arm/Makefile')
-rw-r--r--arch/arm/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index 45efff273681..a11348dba255 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -168,6 +168,7 @@ endif
machine-$(CONFIG_ARCH_MV78XX0) := mv78xx0
machine-$(CONFIG_ARCH_W90X900) := w90x900
machine-$(CONFIG_ARCH_MPS) := mps
+ machine-$(CONFIG_ARCH_TEGRA) := tegra
ifeq ($(CONFIG_ARCH_EBSA110),y)
# This is what happens if you forget the IOCS16 line.