diff options
author | Felix Fietkau <nbd@openwrt.org> | 2006-12-06 23:41:38 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2006-12-06 23:41:38 +0000 |
commit | ebdcc6d40c1abb39c248b90e83f653ffd429578a (patch) | |
tree | 1d8972d0bbb00d81613edd4c1f7de1f63702c988 /target/Makefile | |
parent | 98910471a788906e794d00793e82d089cad58d1a (diff) | |
download | openwrt-ebdcc6d40c1abb39c248b90e83f653ffd429578a.tar.gz openwrt-ebdcc6d40c1abb39c248b90e83f653ffd429578a.tar.bz2 openwrt-ebdcc6d40c1abb39c248b90e83f653ffd429578a.zip |
move target/utils to tools/firmware-utils
SVN-Revision: 5702
Diffstat (limited to 'target/Makefile')
-rw-r--r-- | target/Makefile | 3 |
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 |