summaryrefslogtreecommitdiff
path: root/target/x86/systems/vbox-x86
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2014-06-11 11:10:55 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-06-11 11:11:55 +0200
commit00a496345910208c9b1cd1ef922a4481960517a4 (patch)
tree2044a4b79285c9092bb4449094197ea0d9f93916 /target/x86/systems/vbox-x86
parent9c4ae62a55ebc763ac72e4b1513f305cdc1abe55 (diff)
make vbox target usable again
Diffstat (limited to 'target/x86/systems/vbox-x86')
-rw-r--r--target/x86/systems/vbox-x8610
1 files changed, 10 insertions, 0 deletions
diff --git a/target/x86/systems/vbox-x86 b/target/x86/systems/vbox-x86
new file mode 100644
index 000000000..56bdfcefd
--- /dev/null
+++ b/target/x86/systems/vbox-x86
@@ -0,0 +1,10 @@
+config ADK_TARGET_SYSTEM_VBOX_X86
+ bool "VirtualBox Emulator"
+ select ADK_x86
+ select ADK_vbox_x86
+ select ADK_TARGET_VBOX
+ select ADK_TARGET_KERNEL_BZIMAGE
+ select ADK_PACKAGE_GRUB
+ help
+ Support for VirtualBox Emulator.
+