Commit c4928c34b0de43e507f6e7287faff1bf02d8427c

Authored by Masahiro Yamada
Committed by Tom Rini
1 parent 4d764244bd

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>

Showing 1 changed file with 0 additions and 2 deletions Side-by-side Diff

board/avionic-design/tec-ng/Makefile
... ... @@ -5,8 +5,6 @@
5 5 # SPDX-License-Identifier: GPL-2.0+
6 6 #
7 7  
8   -$(shell mkdir -p $(obj)../common $(obj)../../nvidia/common)
9   -
10 8 obj-y := ../common/tamonten-ng.o
11 9  
12 10 include ../../nvidia/common/common.mk