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>
13 lines
243 B
Makefile
13 lines
243 B
Makefile
#
|
|
# (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
|