From: Felix Fietkau Date: Tue, 14 Jun 2005 06:57:58 +0000 (+0000) Subject: fix sdk build when motorola support is deselected X-Git-Tag: whiterussian_rc4~405 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=46aed602c4dfcb3fc9c60ab87a1886cc2f1d6ad9;p=openwrt%2Fsvn-archive%2Fopenwrt.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