summaryrefslogtreecommitdiffstats
path: root/target/utils/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'target/utils/Makefile')
-rw-r--r--target/utils/Makefile8
1 files changed, 1 insertions, 7 deletions
diff --git a/target/utils/Makefile b/target/utils/Makefile
index 976288128..db65fce23 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