diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-13 19:45:10 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-06-13 19:45:10 +0000 |
commit | a08a66e19987bc3d8b72ebd66c9a0de67db561bf (patch) | |
tree | c279e70d234710fc0498f86d5b52c665937f38cb /openwrt/target/utils/Makefile | |
parent | b714bfcf5fb0f8ef70b58001416677f71225d9f3 (diff) |
fix sdk build depends
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@1228 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/target/utils/Makefile')
-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 9762881287..db65fce231 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 |