summaryrefslogtreecommitdiff
path: root/openwrt/target/utils/Makefile
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
commit54ee1e30bb605227a36e5255d831a4de5b61e92a (patch)
treec279e70d234710fc0498f86d5b52c665937f38cb /openwrt/target/utils/Makefile
parent0bbc724c291308083217cab67a3f6b06bcde8d82 (diff)
downloadmtk-20170518-54ee1e30bb605227a36e5255d831a4de5b61e92a.zip
mtk-20170518-54ee1e30bb605227a36e5255d831a4de5b61e92a.tar.gz
mtk-20170518-54ee1e30bb605227a36e5255d831a4de5b61e92a.tar.bz2
fix sdk build depends
SVN-Revision: 1228
Diffstat (limited to 'openwrt/target/utils/Makefile')
-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 9762881..db65fce 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