u-boot-brain/board/avionic-design/tec-ng/Makefile
Masahiro Yamada c4928c34b0 board: tec-ng: Do not make directories in a board Makefile
Commit e5c5301f refactored the build system not to make
directories in board makefiles.
But commit 8f380381 create directories again in
board/avionic-design/tec-ng/Makefile.

Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Alban Bedel <alban.bedel@avionic-design.de>
2014-01-24 16:59:07 -05:00

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