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