aboutsummaryrefslogtreecommitdiffstats
path: root/target/Makefile
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2006-12-06 23:41:38 +0000
committerFelix Fietkau <nbd@openwrt.org>2006-12-06 23:41:38 +0000
commitfdd78f5e21b405573d20e351d591c0ae75474b8e (patch)
tree5e1f0d094a1372545fe6f3a2d6448972391ab09b /target/Makefile
parent5272c784c176e2bc9ab6fc27d8d88f46ecfeead1 (diff)
downloadmaster-187ad058-fdd78f5e21b405573d20e351d591c0ae75474b8e.tar.gz
master-187ad058-fdd78f5e21b405573d20e351d591c0ae75474b8e.tar.bz2
master-187ad058-fdd78f5e21b405573d20e351d591c0ae75474b8e.zip
move target/utils to tools/firmware-utils
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@5702 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/Makefile')
-rw-r--r--target/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/target/Makefile b/target/Makefile
index d5e6bea01c..651c13f6ff 100644
--- a/target/Makefile
+++ b/target/Makefile
@@ -12,10 +12,9 @@ all: install
$(BIN_DIR):
mkdir -p $(BIN_DIR)
-TARGETS-y := linux utils
+TARGETS-y := linux
TARGETS-$(CONFIG_SDK) += sdk
-linux-compile: utils-install
linux-install: $(BIN_DIR)
image_install: linux-install