fix sdk build depends
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 13 Jun 2005 19:45:10 +0000 (19:45 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 13 Jun 2005 19:45:10 +0000 (19:45 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@1228 3c298f89-4303-0410-b956-a3cf2f4a3e73

target/utils/Makefile

index 97628812876531008438b62e2e59b8118d73e1fd..db65fce231bf56c902879e64eaf0202793a0671d 100644 (file)
@@ -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