add firmware generation tool for ZyXEL boards
[openwrt.git] / tools / Makefile
index 5ad4bfd..492c027 100644 (file)
@@ -21,12 +21,12 @@ $(STAGING_DIR)/include-host/.done:
        @cp $(1)/include/*.h $$$$(dirname $$@)/
        @touch $$@
 $(curdir)//prepare = $(STAGING_DIR)/include-host/.done
+$(curdir)//compile = $(STAGING_DIR)/include-host/.done
 endef
 $(eval $(call copy_include,$(curdir)))
 
 # prerequisites for the individual targets
 $(curdir)/ := .config prereq
-$(curdir)//compile = $(1)/prepare
 $(curdir)//install = $(1)/compile
 
 $(eval $(call stampfile,$(curdir),tools,install))
This page took 0.021637 seconds and 4 git commands to generate.