diff options
| author | Felix Fietkau <nbd@openwrt.org> | 2005-06-13 19:45:10 +0000 |
|---|---|---|
| committer | Felix Fietkau <nbd@openwrt.org> | 2005-06-13 19:45:10 +0000 |
| commit | f3bd613244aee07badcabe1967ec1f2a8eb6cc69 (patch) | |
| tree | c279e70d234710fc0498f86d5b52c665937f38cb | |
| parent | 470bb7eca8f091957e42abe08124ac93c5e7f303 (diff) | |
| download | upstream-f3bd613244aee07badcabe1967ec1f2a8eb6cc69.tar.gz upstream-f3bd613244aee07badcabe1967ec1f2a8eb6cc69.tar.bz2 upstream-f3bd613244aee07badcabe1967ec1f2a8eb6cc69.zip | |
fix sdk build depends
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1228 3c298f89-4303-0410-b956-a3cf2f4a3e73
| -rw-r--r-- | openwrt/target/utils/Makefile | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/openwrt/target/utils/Makefile b/openwrt/target/utils/Makefile index 97628812876..db65fce231b 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 |
