summaryrefslogtreecommitdiff
path: root/tools/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-11-04 21:41:55 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-11-04 21:41:55 +0100
commitbbaf8c6bdf66ed5cc104d644ee666b316d7cde54 (patch)
tree1f245d520594251e7ad17457c045794508008272 /tools/Makefile
parent9f21d9bd78d5a8269e72cf5c230207e1b3961b9a (diff)
move mkimage build to toplevel tools directory, required for avr32 kernel build
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 8bf118641..e4e0b249b 100644
--- a/tools/Makefile
+++ b/tools/Makefile
@@ -3,7 +3,7 @@
include $(TOPDIR)/rules.mk
-TARGETS:=adk mkcrypt cpio
+TARGETS:=adk mkcrypt cpio mkimage
TARGETS_INSTALL:=$(patsubst %,%-install,$(TARGETS))
TARGETS_CLEAN:=$(patsubst %,%-clean,$(TARGETS))