From ce0255bbd2d1719f1ce3a30504c19869802c0a8b Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 8 Jan 2011 11:22:41 +0100 Subject: rework and cleanup top level directory creation, avoid some unnecessary rebuils --- target/mipsel/Makefile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'target/mipsel') diff --git a/target/mipsel/Makefile b/target/mipsel/Makefile index cdf32c088..b04bc9011 100644 --- a/target/mipsel/Makefile +++ b/target/mipsel/Makefile @@ -15,10 +15,7 @@ include $(TOPDIR)/mk/image.mk KERNEL:=$(LINUX_DIR)/vmlinux OSTRIP:=-R .reginfo -R .notes -R .note -R .comment -R .mdebug -R .note.gnu.build-id -$(TOOLS_BUILD_DIR): - @mkdir -p $(TOOLS_BUILD_DIR) - -tools-compile: $(TOOLS_BUILD_DIR) +tools-compile: $(MAKE) -C ../tools/trx $(MAKE) -C ../tools/addpattern $(MAKE) -C ../tools/srec2bin -- cgit v1.2.3