1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-10-05 18:51:17 +02:00

fix sdk build depends

SVN-Revision: 1228
This commit is contained in:
Felix Fietkau 2005-06-13 19:45:10 +00:00
parent 0bbc724c29
commit 54ee1e30bb

@ -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