blob: 6001b030fb3ff689467568f118d382a5140c0d32 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# 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
boolean
config ADK_i586
boolean
config ADK_i686
boolean
config ADK_atom
boolean
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
|