From a08a66e19987bc3d8b72ebd66c9a0de67db561bf Mon Sep 17 00:00:00 2001
From: nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Date: Mon, 13 Jun 2005 19:45:10 +0000
Subject: [PATCH] fix sdk build depends

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1228 3c298f89-4303-0410-b956-a3cf2f4a3e73
---
 openwrt/target/utils/Makefile | 8 +-------
 1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/openwrt/target/utils/Makefile b/openwrt/target/utils/Makefile
index 976288128..db65fce23 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 belkin-bin motorola-bin
 
 UTILS_BUILD_DIR:=$(BUILD_DIR)/target-utils
 
-- 
2.20.1