X-Git-Url: https://git.archive.openwrt.org/?a=blobdiff_plain;f=tools%2FMakefile;h=dab7bc63c2d72807b3ce3c8aa6224d906e46f97d;hb=8213a50ce5354230b47341a00f6fd30049c992d0;hp=0e6fdec251d77fde0cb49c51e5c8a00396768fe7;hpb=9ad21342badea7c709e5f5c7b394b66ba66c7234;p=openwrt.git diff --git a/tools/Makefile b/tools/Makefile index 0e6fdec251..dab7bc63c2 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -31,10 +31,6 @@ ifneq ($(CONFIG_PACKAGE_kmod-b43)$(CONFIG_PACKAGE_kmod-b43legacy)$(CONFIG_BRCMSM tools-y += b43-tools endif -ifneq ($(CONFIG_PACKAGE_firmwarehotplug),) -tools-y += sdcc -endif - ifdef CONFIG_GCC_USE_GRAPHITE ifeq ($(CONFIG_GCC_USE_SYSTEM_PPL_CLOOG),) tools-y += ppl cloog @@ -71,6 +67,7 @@ $(curdir)/e2fsprogs/compile := $(curdir)/automake/install $(curdir)/libelf/compile := $(curdir)/automake/install $(curdir)/sdcc/compile := $(curdir)/bison/install $(curdir)/b43-tools/compile := $(curdir)/bison/install +$(curdir)/padjffs2/compile := $(curdir)/findutils/install ifneq ($(CONFIG_CCACHE),) $(foreach tool, $(tools-y), $(eval $(curdir)/$(tool)/compile += $(curdir)/ccache/install))