summaryrefslogtreecommitdiffstats
path: root/arch/arm/Makefile
diff options
context:
space:
mode:
authorAntony Pavlov <antonynpavlov@gmail.com>2012-05-28 12:12:32 +0400
committerSascha Hauer <s.hauer@pengutronix.de>2012-05-29 10:39:17 +0200
commitcdf00414e5b4e5aabd2a89f0ca6cd1e9c4225b20 (patch)
treebabdc4f6832a543351c0d3417627b6efd19cf47b /arch/arm/Makefile
parentb2533ec18ed64d8f52e5505edfae29ba1e246dab (diff)
downloadbarebox-cdf00414e5b4e5aabd2a89f0ca6cd1e9c4225b20.tar.gz
barebox-cdf00414e5b4e5aabd2a89f0ca6cd1e9c4225b20.tar.xz
ARM: initial Tegra support
Signed-off-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
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 40291aa8de..ddff124dc9 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -61,6 +61,7 @@ machine-$(CONFIG_ARCH_OMAP) := omap
machine-$(CONFIG_ARCH_PXA) := pxa
machine-$(CONFIG_ARCH_SAMSUNG) := samsung
machine-$(CONFIG_ARCH_VERSATILE) := versatile
+machine-$(CONFIG_ARCH_TEGRA) := tegra
# Board directory name. This list is sorted alphanumerically
# by CONFIG_* macro name.