aboutsummaryrefslogtreecommitdiffstats
path: root/tools/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
commitebdcc6d40c1abb39c248b90e83f653ffd429578a (patch)
tree1d8972d0bbb00d81613edd4c1f7de1f63702c988 /tools/Makefile
parent98910471a788906e794d00793e82d089cad58d1a (diff)
downloadupstream-ebdcc6d40c1abb39c248b90e83f653ffd429578a.tar.gz
upstream-ebdcc6d40c1abb39c248b90e83f653ffd429578a.tar.bz2
upstream-ebdcc6d40c1abb39c248b90e83f653ffd429578a.zip
move target/utils to tools/firmware-utils
SVN-Revision: 5702
Diffstat (limited to 'tools/Makefile')
-rw-r--r--tools/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/Makefile b/tools/Makefile
index eeadde2ed6..f8f08781b5 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -7,7 +7,7 @@
# Main makefile for the host tools
#
include $(TOPDIR)/rules.mk
-TARGETS-y:=sed sstrip ipkg-utils ext2fs squashfs mtd-utils lzma mkimage
+TARGETS-y:=sed sstrip ipkg-utils ext2fs squashfs mtd-utils lzma mkimage firmware-utils
TARGETS_DOWNLOAD:=$(patsubst %,%-download,$(TARGETS-y))
TARGETS_PREPARE:=$(patsubst %,%-prepare,$(TARGETS-y))