diff options
author | Alban Bedel <alban.bedel@avionic-design.de> | 2013-11-14 10:58:30 +0100 |
---|---|---|
committer | Tom Warren <twarren@nvidia.com> | 2013-12-18 10:19:49 -0700 |
commit | 8f38038193752d3719f39ccd562f7ffdf83989d5 (patch) | |
tree | 80935a3ec3d34c6cc308f513336d021b8aef4b8c /board/avionic-design/tec-ng | |
parent | ac2ff538cde458a100da71974bdca8c2142e9e19 (diff) |
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')
-rw-r--r-- | board/avionic-design/tec-ng/Makefile | 12 |
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 |