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