diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-20 16:06:02 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-20 16:06:02 +0100 |
commit | 676259549621ff73676d0cda40371594da4ea079 (patch) | |
tree | 3ace2c27e67d5a7d91d9783ebe245cf61296b78e /target/m68k/Makefile | |
parent | 85bd590ba48a8346c4b81b5424578b8aac120629 (diff) |
add some aranym fine tuning
Diffstat (limited to 'target/m68k/Makefile')
-rw-r--r-- | target/m68k/Makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/target/m68k/Makefile b/target/m68k/Makefile index 0e7324c25..78206042c 100644 --- a/target/m68k/Makefile +++ b/target/m68k/Makefile @@ -26,6 +26,14 @@ imageinstall: $(FW_DIR)/$(INITRAMFS) @cp $(KERNEL) $(FW_DIR)/$(TARGET_KERNEL) @echo 'The kernel file is: $(FW_DIR)/${TARGET_KERNEL}' @echo 'The initramfs image is: ${FW_DIR}/${INITRAMFS}' +ifeq ($(ADK_TARGET_SYSTEM_ARANYM_M68K),y) + @sed -e "s#@@KERNEL@@#$(FW_DIR)/$(TARGET_KERNEL)#" \ + -e "s#@@INITRAMFS@@#${FW_DIR}/${INITRAMFS}#" \ + $(TOPDIR)/target/m68k/aranym.cfg.in \ + > $(TOPDIR)/target/m68k/aranym.cfg + @echo 'Start aranym with: aranym-mmu -l -c target/m68k/aranym.cfg' + @echo 'Ungrab mouse with middle mouse click' +endif endif ifeq ($(ADK_TARGET_FS),initramfs-piggyback) imageinstall: createinitramfs |