fix sdk build depends
authorFelix Fietkau <nbd@openwrt.org>
Mon, 13 Jun 2005 19:45:10 +0000 (19:45 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Mon, 13 Jun 2005 19:45:10 +0000 (19:45 +0000)
SVN-Revision: 1228

openwrt/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