From: Masahiro Yamada Date: Tue, 14 Jan 2014 01:55:02 +0000 (+0900) Subject: board: tec-ng: Do not make directories in a board Makefile X-Git-Tag: v2014.04-rc1~138 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c4928c34b0de43e507f6e7287faff1bf02d8427c;p=kernel%2Fu-boot.git 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 Cc: Alban Bedel --- diff --git a/board/avionic-design/tec-ng/Makefile b/board/avionic-design/tec-ng/Makefile index f41eb30..79d8602 100644 --- a/board/avionic-design/tec-ng/Makefile +++ b/board/avionic-design/tec-ng/Makefile @@ -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