summaryrefslogtreecommitdiff
path: root/tools/mkimage/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-11-08 17:51:41 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2011-11-08 17:51:41 +0100
commit442ae3a70f492fb16440ca081309638de0a6bd1b (patch)
treea1573aa6d6990f2676bc6a0c407079b1252bcc8a /tools/mkimage/Makefile
parent7c7a310895260542394c3cab941143e07cb2db87 (diff)
parent22351cedf6cee6b8e0e23fdecf62f7af2939874a (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'tools/mkimage/Makefile')
-rw-r--r--tools/mkimage/Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/tools/mkimage/Makefile b/tools/mkimage/Makefile
new file mode 100644
index 000000000..426b18b88
--- /dev/null
+++ b/tools/mkimage/Makefile
@@ -0,0 +1,11 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include $(TOPDIR)/rules.mk
+
+install: ${TOOLS_DIR}/mkimage
+
+${TOOLS_DIR}/mkimage: mkimage.c crc32.c
+ $(CC_FOR_BUILD) ${FLAGS_FOR_BUILD} -o $@ mkimage.c crc32.c
+
+include $(TOPDIR)/mk/tools.mk