X-Git-Url: http://git.openwrt.org/?a=blobdiff_plain;f=tools%2FMakefile;h=2f516d2383e5f9ae5465adebd3d9fb3bd7674e68;hb=b9963bbe804f12873a58cb2f4b675e68f5e92158;hp=c9292391751cb46a2dc2e80590c3f85e98c53f11;hpb=55c5d10ca9c98ef8424d939aa950a04d30cbbe24;p=openwrt%2Fopenwrt.git diff --git a/tools/Makefile b/tools/Makefile index c929239175..2f516d2383 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -25,7 +25,7 @@ endif tools-$(BUILD_TOOLCHAIN) += gmp mpfr mpc libelf tools-y += m4 libtool autoconf automake flex bison pkg-config sed mklibs -tools-y += sstrip genext2fs e2fsprogs mtd-utils mkimage +tools-y += sstrip make-ext4fs e2fsprogs mtd-utils mkimage tools-y += firmware-utils patch-image patch quilt yaffs2 flock padjffs2 tools-y += mm-macros missing-macros xz cmake scons bc findutils gengetopt patchelf tools-$(CONFIG_TARGET_orion_generic) += wrt350nv2-builder upslug2 @@ -72,7 +72,7 @@ $(curdir)/findutils/compile := $(curdir)/bison/install $(curdir)/gengetopt/compile := $(curdir)/libtool/install $(curdir)/patchelf/compile := $(curdir)/libtool/install -ifneq ($(CONFIG_CCACHE),) +ifneq ($(CONFIG_CCACHE)$(CONFIG_SDK),) $(foreach tool, $(tools-y), $(eval $(curdir)/$(tool)/compile += $(curdir)/ccache/install)) tools-y += ccache endif