projects
/
openwrt
/
staging
/
adrian.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0bbc724
)
fix sdk build depends
author
Felix Fietkau
<nbd@openwrt.org>
Mon, 13 Jun 2005 19:45:10 +0000
(19:45 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Mon, 13 Jun 2005 19:45:10 +0000
(19:45 +0000)
SVN-Revision: 1228
openwrt/target/utils/Makefile
patch
|
blob
|
history
diff --git
a/openwrt/target/utils/Makefile
b/openwrt/target/utils/Makefile
index 97628812876531008438b62e2e59b8118d73e1fd..db65fce231bf56c902879e64eaf0202793a0671d 100644
(file)
--- a/
openwrt/target/utils/Makefile
+++ b/
openwrt/target/utils/Makefile
@@
-1,12
+1,6
@@
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 belkin-bin motorola-bin
UTILS_BUILD_DIR:=$(BUILD_DIR)/target-utils