projects
/
openwrt.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
fix typo
[openwrt.git]
/
openwrt
/
target
/
utils
/
Makefile
diff --git
a/openwrt/target/utils/Makefile
b/openwrt/target/utils/Makefile
index
9762881
..
c08bd1a
100644
(file)
--- a/
openwrt/target/utils/Makefile
+++ b/
openwrt/target/utils/Makefile
@@
-1,12
+1,6
@@
include $(TOPDIR)/rules.mk
include $(TOPDIR)/rules.mk
-TARGETS := addpattern trx
-ifeq ($(BR2_TARGET_BELKIN),y)
-TARGETS += belkin-bin
-endif
-ifeq ($(BR2_TARGET_MOTOROLA),y)
-TARGETS += motorola-bin
-endif
+TARGETS := addpattern trx motorola-bin
UTILS_BUILD_DIR:=$(BUILD_DIR)/target-utils
UTILS_BUILD_DIR:=$(BUILD_DIR)/target-utils
@@
-18,6
+12,9
@@
install: compile
package:
clean:
rm -rf $(UTILS_BUILD_DIR)
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)
$(UTILS_BUILD_DIR):
mkdir -p $(UTILS_BUILD_DIR)
This page took
0.023146 seconds
and
4
git commands to generate.