]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
board: tec-ng: Do not make directories in a board Makefile
authorMasahiro Yamada <yamada.m@jp.panasonic.com>
Tue, 14 Jan 2014 01:55:02 +0000 (10:55 +0900)
committerTom Rini <trini@ti.com>
Fri, 24 Jan 2014 21:59:07 +0000 (16:59 -0500)
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>
board/avionic-design/tec-ng/Makefile

index f41eb307231d60448b933703617edf6d151a8452..79d86026261be586889202f6c25f927c6e3d3fe0 100644 (file)
@@ -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