summaryrefslogtreecommitdiffstats
path: root/board/avionic-design
diff options
context:
space:
mode:
authorMasahiro Yamada <yamada.m@jp.panasonic.com>2014-01-14 10:55:02 +0900
committerTom Rini <trini@ti.com>2014-01-24 16:59:07 -0500
commitc4928c34b0de43e507f6e7287faff1bf02d8427c (patch)
tree8a77f6b313b7825e994ecb7787eb72dd824317c1 /board/avionic-design
parent4d764244bd8ee45fadc91ee906f4b3694d81aa1c (diff)
downloadblackbird-obmc-uboot-c4928c34b0de43e507f6e7287faff1bf02d8427c.tar.gz
blackbird-obmc-uboot-c4928c34b0de43e507f6e7287faff1bf02d8427c.zip
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>
Diffstat (limited to 'board/avionic-design')
-rw-r--r--board/avionic-design/tec-ng/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/board/avionic-design/tec-ng/Makefile b/board/avionic-design/tec-ng/Makefile
index f41eb30723..79d8602626 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
OpenPOWER on IntegriCloud