11 lines
193 B
Makefile
11 lines
193 B
Makefile
#
|
|
# (C) Copyright 2013
|
|
# Avionic Design GmbH <www.avionic-design.de>
|
|
#
|
|
# SPDX-License-Identifier: GPL-2.0+
|
|
#
|
|
|
|
obj-y := ../common/tamonten-ng.o
|
|
|
|
include $(srctree)/board/nvidia/common/common.mk
|