diff options
| author | Waldemar Brodkorb <wbx@openadk.org> | 2011-11-09 13:31:49 +0100 |
|---|---|---|
| committer | Waldemar Brodkorb <wbx@openadk.org> | 2011-11-09 13:31:49 +0100 |
| commit | cb02beee5de8c85d2956e2f205d74eeced28416d (patch) | |
| tree | 17d21bbe33c398302396a54fb1945bee6372f623 /tools/mkimage/Makefile | |
| parent | a1ed67f04bb4b61af7383f2301b7dab6cb92e1b8 (diff) | |
| parent | 442ae3a70f492fb16440ca081309638de0a6bd1b (diff) | |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'tools/mkimage/Makefile')
| -rw-r--r-- | tools/mkimage/Makefile | 11 |
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 |
