From: Felix Fietkau Date: Tue, 14 Jun 2005 06:57:58 +0000 (+0000) Subject: fix sdk build when motorola support is deselected X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=91afdbd80a8f67a75d93d66cbd95ebd370fb90c8;p=openwrt%2Fsvn-archive%2Farchive.git fix sdk build when motorola support is deselected SVN-Revision: 1235 --- diff --git a/openwrt/target/utils/Makefile b/openwrt/target/utils/Makefile index 9762881287..b4c1a21ee0 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