aboutsummaryrefslogtreecommitdiffstats
path: root/tools/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2009-04-06 09:56:21 +0000
committerFelix Fietkau <nbd@openwrt.org>2009-04-06 09:56:21 +0000
commit9b2a8b53f7040c3e424a857dbc89818f3a94d1b5 (patch)
tree031961f22b569c3694332a393149093de9ae341d /tools/Makefile
parentf522e7f64f568917b37dfac6ba13fca4d718aa94 (diff)
downloadmaster-187ad058-9b2a8b53f7040c3e424a857dbc89818f3a94d1b5.tar.gz
master-187ad058-9b2a8b53f7040c3e424a857dbc89818f3a94d1b5.tar.bz2
master-187ad058-9b2a8b53f7040c3e424a857dbc89818f3a94d1b5.zip
add check for common config variants for tools/install
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@15113 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index 49c450f27f..ef64dc0e94 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -59,5 +59,5 @@ $(curdir)//compile = $(STAGING_DIR)/.prepared $($(curdir)/cmddeps)
$(curdir)/ := .config prereq
$(curdir)//install = $(1)/compile
-$(eval $(call stampfile,$(curdir),tools,install))
+$(eval $(call stampfile,$(curdir),tools,install,,CONFIG_CCACHE CONFIG_powerpc CONFIG_GCC_VERSION_4_3))
$(eval $(call subdir,$(curdir)))