aboutsummaryrefslogtreecommitdiffstats
path: root/target/utils
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2005-06-13 19:45:10 +0000
committerFelix Fietkau <nbd@openwrt.org>2005-06-13 19:45:10 +0000
commit36bec066816197189fc9ae2882bd0118cb017034 (patch)
tree762143d188622539990ccbf8b91cce4c9a3a201a /target/utils
parentcbf3cdc9d62e0c595520383cf11732c61a0074fe (diff)
downloadmaster-187ad058-36bec066816197189fc9ae2882bd0118cb017034.tar.gz
master-187ad058-36bec066816197189fc9ae2882bd0118cb017034.tar.bz2
master-187ad058-36bec066816197189fc9ae2882bd0118cb017034.zip
fix sdk build depends
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1228 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/utils')
-rw-r--r--target/utils/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/target/utils/Makefile b/target/utils/Makefile
index 9762881287..db65fce231 100644
--- a/target/utils/Makefile
+++ b/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