12345678910111213141516171819202122 |
- # 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
|