summaryrefslogtreecommitdiff
path: root/target/x86_64/Makefile
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2022-02-15 18:26:39 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2022-02-15 18:26:39 +0100
commit7833b797b8907c1e1b8981d9f586ed6adc7686c6 (patch)
tree68b91434db6262606c1ea2754ef92df7157df96e /target/x86_64/Makefile
parent7ccb3f48292ce2404708a02c3202698c4a41d825 (diff)
remove virtualbox support
Diffstat (limited to 'target/x86_64/Makefile')
-rw-r--r--target/x86_64/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/target/x86_64/Makefile b/target/x86_64/Makefile
index 11560a861..2c5bcd253 100644
--- a/target/x86_64/Makefile
+++ b/target/x86_64/Makefile
@@ -44,11 +44,6 @@ else
@echo 'qemu-system-${QEMU_ARCH} ${QEMU_ARGS} -kernel $(FW_DIR)/$(TARGET_KERNEL) qemu-${ADK_TARGET_CPU_ARCH}.img'
endif
endif
-ifeq ($(ADK_HARDWARE_VBOX),y)
- @cp $(KERNEL) $(FW_DIR)/$(TARGET_KERNEL)
- @echo "Use following command to create a VirtualBox Image:"
- @echo "./scripts/create.sh -T vdi vbox-${ADK_TARGET_CPU_ARCH}.img $(FW_DIR)/$(ROOTFSTARBALL)"
-endif
endif
ifeq ($(ADK_TARGET_FS),initramfs)
targethelp: