From ce0255bbd2d1719f1ce3a30504c19869802c0a8b Mon Sep 17 00:00:00 2001
From: Waldemar Brodkorb <wbx@openadk.org>
Date: Sat, 8 Jan 2011 11:22:41 +0100
Subject: rework and cleanup top level directory creation, avoid some
 unnecessary rebuils

---
 target/arm/Makefile | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

(limited to 'target/arm')

diff --git a/target/arm/Makefile b/target/arm/Makefile
index c2885e917..141d2c279 100644
--- a/target/arm/Makefile
+++ b/target/arm/Makefile
@@ -10,10 +10,7 @@ include $(TOPDIR)/mk/image.mk
 KERNEL:=$(LINUX_DIR)/kernel-adk
 LOADADDR:=0x20008000
 
-$(TOOLS_BUILD_DIR):
-	@mkdir -p $(TOOLS_BUILD_DIR)
-
-tools-compile: $(TOOLS_BUILD_DIR)
+tools-compile:
 	$(MAKE) -C ../tools/uboot-mkimage
 
 kernel-install: tools-compile
-- 
cgit v1.2.3