From 8f38038193752d3719f39ccd562f7ffdf83989d5 Mon Sep 17 00:00:00 2001 From: Alban Bedel Date: Thu, 14 Nov 2013 10:58:30 +0100 Subject: =?UTF-8?q?ARM:=20tegra:=20Add=20the=20Tamonten=E2=84=A2=20NG=20Ev?= =?UTF-8?q?aluation=20Carrier=20board?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-by: Stephen Warren Signed-off-by: Tom Warren --- board/avionic-design/tec-ng/Makefile | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 board/avionic-design/tec-ng/Makefile (limited to 'board/avionic-design/tec-ng') diff --git a/board/avionic-design/tec-ng/Makefile b/board/avionic-design/tec-ng/Makefile new file mode 100644 index 0000000..f41eb30 --- /dev/null +++ b/board/avionic-design/tec-ng/Makefile @@ -0,0 +1,12 @@ +# +# (C) Copyright 2013 +# Avionic Design GmbH +# +# 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 -- cgit v1.1