summaryrefslogtreecommitdiff
path: root/target/x86
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-04-25 20:12:05 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-04-25 20:13:25 -0500
commit8b6a574f396972f5065b4cab0d201fbb97015b0f (patch)
tree1a8d57393466ae650d10076a004762959edd8b9a /target/x86
parentfaee1f6fd5173e70b005b21aa513e7a44f0d7f94 (diff)
refactor the lower case symbols out
We don't need this, as ARCH is implicit through the directory. All lower case symbols should be removed now.
Diffstat (limited to 'target/x86')
-rw-r--r--target/x86/systems/generic-pc2
-rw-r--r--target/x86/systems/ibm-x402
-rw-r--r--target/x86/systems/qemu-x862
-rw-r--r--target/x86/systems/toolchain-x862
-rw-r--r--target/x86/systems/vbox-x862
5 files changed, 0 insertions, 10 deletions
diff --git a/target/x86/systems/generic-pc b/target/x86/systems/generic-pc
index b5bbca9f2..701d4147e 100644
--- a/target/x86/systems/generic-pc
+++ b/target/x86/systems/generic-pc
@@ -1,7 +1,5 @@
config ADK_TARGET_SYSTEM_GENERIC_PC
bool "Generic PC"
- select ADK_x86
- select ADK_generic_pc
select ADK_TARGET_KERNEL_BZIMAGE
select ADK_PACKAGE_GRUB
help
diff --git a/target/x86/systems/ibm-x40 b/target/x86/systems/ibm-x40
index e19182ac0..f610535ec 100644
--- a/target/x86/systems/ibm-x40
+++ b/target/x86/systems/ibm-x40
@@ -1,7 +1,5 @@
config ADK_TARGET_SYSTEM_IBM_X40
bool "IBM X40 laptop"
- select ADK_x86
- select ADK_ibm_x40
select ADK_CPU_PENTIUM_M
select ADK_TARGET_CPU_WITH_MMX
select ADK_TARGET_CPU_WITH_SSE
diff --git a/target/x86/systems/qemu-x86 b/target/x86/systems/qemu-x86
index 47168a084..ee282bdf7 100644
--- a/target/x86/systems/qemu-x86
+++ b/target/x86/systems/qemu-x86
@@ -1,7 +1,5 @@
config ADK_TARGET_SYSTEM_QEMU_X86
bool "Qemu Emulator"
- select ADK_x86
- select ADK_qemu_x86
select ADK_CPU_I686
select ADK_TARGET_QEMU
select ADK_TARGET_KERNEL_BZIMAGE
diff --git a/target/x86/systems/toolchain-x86 b/target/x86/systems/toolchain-x86
index 1216284bb..aa30ffea2 100644
--- a/target/x86/systems/toolchain-x86
+++ b/target/x86/systems/toolchain-x86
@@ -1,7 +1,5 @@
config ADK_TARGET_SYSTEM_TOOLCHAIN_X86
bool "Toolchain only"
- select ADK_x86
- select ADK_toolchain_x86
select ADK_TARGET_TOOLCHAIN
select ADK_TARGET_PACKAGE_TXZ
help
diff --git a/target/x86/systems/vbox-x86 b/target/x86/systems/vbox-x86
index 56bdfcefd..97049bbaa 100644
--- a/target/x86/systems/vbox-x86
+++ b/target/x86/systems/vbox-x86
@@ -1,7 +1,5 @@
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