summaryrefslogtreecommitdiff
path: root/target/config/Config.in.x86.default
diff options
context:
space:
mode:
Diffstat (limited to 'target/config/Config.in.x86.default')
-rw-r--r--target/config/Config.in.x86.default22
1 files changed, 0 insertions, 22 deletions
diff --git a/target/config/Config.in.x86.default b/target/config/Config.in.x86.default
deleted file mode 100644
index eb92bf3e1..000000000
--- a/target/config/Config.in.x86.default
+++ /dev/null
@@ -1,22 +0,0 @@
-# This file is part of the OpenADK project. OpenADK is copyrighted
-# material, please see the LICENCE file in the top-level directory.
-
-config ADK_i486
- bool
-
-config ADK_i586
- bool
-
-config ADK_i686
- bool
-
-config ADK_atom
- bool
-
-config ADK_TARGET_X86_CPU
- string
- default "i486" if ADK_i486
- default "i586" if ADK_i586
- default "i686" if ADK_i686
- default "atom" if ADK_atom
-