Skip to content
Snippets Groups Projects
Commit 52339a50 authored by Felix Fietkau's avatar Felix Fietkau
Browse files

optimize tools/ directory build order to improve parallel building performance

SVN-Revision: 15365
parent 13189afc
No related branches found
No related tags found
No related merge requests found
...@@ -9,11 +9,14 @@ ...@@ -9,11 +9,14 @@
curdir:=tools curdir:=tools
# subdirectories to descend into # subdirectories to descend into
tools-y := sed sstrip ipkg-utils genext2fs squashfs mtd-utils lzma mkimage firmware-utils patch-cmdline pkg-config m4 autoconf automake bison quilt yaffs2 tools-y :=
tools-$(CONFIG_GCC_VERSION_4_3)$(CONFIG_GCC_VERSION_4_4) += gmp mpfr
tools-y += m4 autoconf automake bison pkg-config sed
tools-y += sstrip ipkg-utils genext2fs squashfs mtd-utils lzma mkimage
tools-y += firmware-utils patch-cmdline quilt yaffs2
tools-$(CONFIG_CCACHE) += ccache tools-$(CONFIG_CCACHE) += ccache
tools-$(CONFIG_powerpc) += dtc tools-$(CONFIG_powerpc) += dtc
tools-$(CONFIG_GCC_VERSION_4_3)$(CONFIG_GCC_VERSION_4_4) += gmp mpfr
# builddir dependencies # builddir dependencies
$(curdir)/squashfs/compile := $(curdir)/lzma/install $(curdir)/squashfs/compile := $(curdir)/lzma/install
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment