X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/a08a66e19987bc3d8b72ebd66c9a0de67db561bf..f3c80402a8590ee5a8c5ea58daa70fad9ba17759:/openwrt/target/utils/Makefile diff --git a/openwrt/target/utils/Makefile b/openwrt/target/utils/Makefile index db65fce23..5b0f2470b 100644 --- a/openwrt/target/utils/Makefile +++ b/openwrt/target/utils/Makefile @@ -1,17 +1,20 @@ include $(TOPDIR)/rules.mk -TARGETS := addpattern trx belkin-bin motorola-bin +TARGETS := addpattern trx motorola-bin dgfirmware UTILS_BUILD_DIR:=$(BUILD_DIR)/target-utils prepare: $(UTILS_BUILD_DIR) compile: prepare $(patsubst %,$(UTILS_BUILD_DIR)/%,$(TARGETS)) mkdir -p $(STAGING_DIR)/bin - cp -a $(UTILS_BUILD_DIR)/* $(STAGING_DIR)/bin/ + $(CP) $(UTILS_BUILD_DIR)/* $(STAGING_DIR)/bin/ install: compile package: clean: rm -rf $(UTILS_BUILD_DIR) + for f in $(TARGETS); do \ + rm -f $(STAGING_DIR)/bin/$$f ; \ + done $(UTILS_BUILD_DIR): mkdir -p $(UTILS_BUILD_DIR)