Explorar el Código

add check for common config variants for tools/install

SVN-Revision: 15113
Felix Fietkau hace 16 años
padre
commit
17b4ce5bc2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tools/Makefile

+ 1 - 1
tools/Makefile

@@ -59,5 +59,5 @@ $(curdir)//compile = $(STAGING_DIR)/.prepared $($(curdir)/cmddeps)
 $(curdir)/ := .config prereq
 $(curdir)/ := .config prereq
 $(curdir)//install = $(1)/compile
 $(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)))
 $(eval $(call subdir,$(curdir)))