Skip to content
Snippets Groups Projects
Commit c4928c34 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Tom Rini
Browse files

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: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
Cc: Alban Bedel <alban.bedel@avionic-design.de>
parent 4d764244
No related branches found
No related tags found
No related merge requests found
......@@ -5,8 +5,6 @@
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment