summaryrefslogtreecommitdiff
path: root/openwrt/target
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-06-13 19:45:10 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-06-13 19:45:10 +0000
commita08a66e19987bc3d8b72ebd66c9a0de67db561bf (patch)
treec279e70d234710fc0498f86d5b52c665937f38cb /openwrt/target
parentb714bfcf5fb0f8ef70b58001416677f71225d9f3 (diff)
fix sdk build depends
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1228 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target')
-rw-r--r--openwrt/target/utils/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/openwrt/target/utils/Makefile b/openwrt/target/utils/Makefile
index 9762881287..db65fce231 100644
--- 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