mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-12-14 15:23:07 +00:00
11 lines
182 B
Makefile
11 lines
182 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 ../../nvidia/common/common.mk
|