X-Git-Url: http://git.rohieb.name/openwrt.git/blobdiff_plain/32e15c03e0f2ffa905161f95a23348e83c69e071..2c4e287c1d8863c0cce34ebdf3dd72ad5009e8a6:/openwrt/target/utils/Makefile diff --git a/openwrt/target/utils/Makefile b/openwrt/target/utils/Makefile index 976288128..b4c1a21ee 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 motorola-bin UTILS_BUILD_DIR:=$(BUILD_DIR)/target-utils