diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-20 16:12:37 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-03-20 16:12:37 +0100 |
commit | b04d2833e92b1fd7a03580c94b0a3f90d3ea5fe8 (patch) | |
tree | 1844c92ea81548be6540d16215fe076c872b7b47 /target/m68k/Makefile | |
parent | 3a22b41909e8810e589cf03c73dbaa788bb5ce8a (diff) | |
parent | 365cd34126d9a871c19f6258253ab6bfebb8e523 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
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 |