summaryrefslogtreecommitdiff
path: root/target/m68k/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-03-14 19:40:46 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2014-03-14 19:40:46 +0100
commitcf53aff5d6feebf06953794b03b1793cda3e2f77 (patch)
tree7007ec3309cf29392ab978fb6f2519a86678c966 /target/m68k/Makefile
parent093c542e059b733e0207ce072679c2267339b860 (diff)
parentbc561e500e22bc9d953fd9a80144f80295a4cbbd (diff)
Merge branch 'master' of git+ssh://openadk.org/git/openadk
update Xorg / Mesa Conflicts: TODO
Diffstat (limited to 'target/m68k/Makefile')
-rw-r--r--target/m68k/Makefile14
1 files changed, 0 insertions, 14 deletions
diff --git a/target/m68k/Makefile b/target/m68k/Makefile
index 193d8f3ed..d60c68dd5 100644
--- a/target/m68k/Makefile
+++ b/target/m68k/Makefile
@@ -14,29 +14,15 @@ imageinstall: $(FW_DIR)/$(ROOTFSTARBALL)
@cp $(KERNEL) $(FW_DIR)/$(TARGET_KERNEL)
@echo 'The kernel file is: $(FW_DIR)/${TARGET_KERNEL}'
@echo "The RootFS tarball is: $(FW_DIR)/$(ROOTFSTARBALL)"
-ifeq ($(ADK_TARGET_SYSTEM_QEMU_M68K),y)
- @echo "Use following command to create a QEMU Image:"
- @echo "sudo ./scripts/create-image.sh -f ${ADK_TARGET_ROOTFS} qemu-${CPU_ARCH}.img $(FW_DIR)/$(ROOTFSTARBALL)"
- @echo "Start qemu with following command line:"
- @echo 'qemu-system-m68k -nographic -kernel $(FW_DIR)/$(TARGET_KERNEL) qemu-${CPU_ARCH}.img'
-endif
endif
ifeq ($(ADK_TARGET_FS),initramfs)
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_QEMU_M68K),y)
- @echo "Start qemu with following command line:"
- @echo 'qemu-system-m68k -nographic -kernel $(FW_DIR)/$(TARGET_KERNEL) -initrd ${FW_DIR}/${INITRAMFS}'
-endif
endif
ifeq ($(ADK_TARGET_FS),initramfs-piggyback)
imageinstall: createinitramfs
@cp $(KERNEL) $(FW_DIR)/${TARGET_KERNEL}
@echo 'The kernel+initramfs file is: $(FW_DIR)/${TARGET_KERNEL}'
-ifeq ($(ADK_TARGET_SYSTEM_QEMU_M68K),y)
- @echo "Start qemu with following command line:"
- @echo 'qemu-system-m68k -nographic -kernel $(FW_DIR)/$(TARGET_KERNEL)'
-endif
endif