X-Git-Url: https://git.rohieb.name/openwrt.git/blobdiff_plain/1a5e88f4c4ec6391e63ba925479fb538785d47ca..e54bff6ab9928d2c5f3262e40d65c529ef677aab:/include/target.mk diff --git a/include/target.mk b/include/target.mk index 042e85d32..bd3ceb955 100644 --- a/include/target.mk +++ b/include/target.mk @@ -7,6 +7,11 @@ include $(TMP_DIR)/.target.mk +ifeq ($(IB),1) +$(TMP_DIR)/.target.mk: $(TOPDIR)/.target.mk + $(CP) $< $@ +else $(TMP_DIR)/.target.mk: $(TMP_DIR)/.targetinfo - $(SCRIPT_DIR)/gen_target_mk.pl < $(TMP_DIR)/.targetinfo > $@ + $(SCRIPT_DIR)/metadata.pl target_mk < $(TMP_DIR)/.targetinfo > $@ +endif