mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-21 12:25:27 +00:00
board: tec-ng: Do not make directories in a board Makefile
Commite5c5301f
refactored the build system not to make directories in board makefiles. But commit8f380381
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>
This commit is contained in:
parent
4d764244bd
commit
c4928c34b0
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue