summaryrefslogtreecommitdiffstats
path: root/board/avionic-design/tec-ng/Makefile
diff options
context:
space:
mode:
authorAlban Bedel <alban.bedel@avionic-design.de>2013-11-14 10:58:30 +0100
committerTom Warren <twarren@nvidia.com>2013-12-18 10:19:49 -0700
commit8f38038193752d3719f39ccd562f7ffdf83989d5 (patch)
tree80935a3ec3d34c6cc308f513336d021b8aef4b8c /board/avionic-design/tec-ng/Makefile
parentac2ff538cde458a100da71974bdca8c2142e9e19 (diff)
downloadblackbird-obmc-uboot-8f38038193752d3719f39ccd562f7ffdf83989d5.tar.gz
blackbird-obmc-uboot-8f38038193752d3719f39ccd562f7ffdf83989d5.zip
ARM: tegra: Add the Tamonten™ NG Evaluation Carrier board
Add support for the new Tamonten™ NG platform from Avionic Design. Currently only I2C, MMC, USB and ethernet have been tested. Signed-off-by: Alban Bedel <alban.bedel@avionic-design.de> Reviewed-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Tom Warren <twarren@nvidia.com>
Diffstat (limited to 'board/avionic-design/tec-ng/Makefile')
-rw-r--r--board/avionic-design/tec-ng/Makefile12
1 files changed, 12 insertions, 0 deletions
diff --git a/board/avionic-design/tec-ng/Makefile b/board/avionic-design/tec-ng/Makefile
new file mode 100644
index 0000000000..f41eb30723
--- /dev/null
+++ b/board/avionic-design/tec-ng/Makefile
@@ -0,0 +1,12 @@
+#
+# (C) Copyright 2013
+# Avionic Design GmbH <www.avionic-design.de>
+#
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+$(shell mkdir -p $(obj)../common $(obj)../../nvidia/common)
+
+obj-y := ../common/tamonten-ng.o
+
+include ../../nvidia/common/common.mk
OpenPOWER on IntegriCloud