From: nbd Date: Mon, 13 Jun 2005 19:45:10 +0000 (+0000) Subject: fix sdk build depends X-Git-Tag: fast2504n-3.10.28-merged~22942^2~2435 X-Git-Url: https://git.enpas.org/?a=commitdiff_plain;h=058c5d0fb56b3b54faa211c3bc82f0ef5cf7eaa6;p=openwrt.git fix sdk build depends git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1228 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/target/utils/Makefile b/target/utils/Makefile index 9762881287..db65fce231 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 belkin-bin motorola-bin UTILS_BUILD_DIR:=$(BUILD_DIR)/target-utils