diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-18 11:28:02 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-02-18 11:28:02 +0100 |
commit | f9e8a355d7ff88bae17ea9f2198fbf3f990cd1bc (patch) | |
tree | 03d4c73e81a736a0d1a37130eb8e2ee0b3471148 /tools/mkimage | |
parent | da133cad10885ca36be26b1b043c737e295a4cd4 (diff) |
use bin directory for host binaries only, use new firmware directory for the resulting firmware
Diffstat (limited to 'tools/mkimage')
-rw-r--r-- | tools/mkimage/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/mkimage/Makefile b/tools/mkimage/Makefile index 426b18b88..66d058370 100644 --- a/tools/mkimage/Makefile +++ b/tools/mkimage/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk -install: ${TOOLS_DIR}/mkimage +install: ${BIN_DIR}/mkimage -${TOOLS_DIR}/mkimage: mkimage.c crc32.c +${BIN_DIR}/mkimage: mkimage.c crc32.c $(CC_FOR_BUILD) ${FLAGS_FOR_BUILD} -o $@ mkimage.c crc32.c include $(TOPDIR)/mk/tools.mk |