diff options
author | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-12-06 23:41:38 +0000 |
---|---|---|
committer | nbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2006-12-06 23:41:38 +0000 |
commit | c41fbbc115a5f16a61cf16419a8fe70ab5d00bdd (patch) | |
tree | 5e1f0d094a1372545fe6f3a2d6448972391ab09b /target/Makefile | |
parent | 4c859c64689eb5978496f04a2502df11650dbe33 (diff) |
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/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/target/Makefile b/target/Makefile index d5e6bea01..651c13f6f 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 |