source:
mainline/defaults/special/Makefile.config@
0a052b0
Last change on this file since 0a052b0 was aae365bc, checked in by , 7 years ago | |
---|---|
|
|
File size: 545 bytes |
Rev | Line | |
---|---|---|
[50fda24] | 1 | # RAM disk format |
[d42a0bd] | 2 | RDFMT = ext4fs |
[50fda24] | 3 | |
4 | # Compiler | |
[5d618d8] | 5 | COMPILER = gcc_cross |
[50fda24] | 6 | |
[a0a273e] | 7 | # In case compiler is clang, whether or not to use its integrated assembler. |
8 | INTEGRATED_AS = default | |
9 | ||
[d32358f] | 10 | # Support for SMP |
11 | CONFIG_SMP = y | |
12 | ||
[50fda24] | 13 | # Debug build |
14 | CONFIG_DEBUG = y | |
15 | ||
16 | # Support for userspace debuggers | |
17 | CONFIG_UDEBUG = y | |
18 | ||
19 | # Kernel console support | |
20 | CONFIG_KCONSOLE = y | |
21 | ||
22 | # Kernel symbol information | |
23 | CONFIG_SYMTAB = y | |
24 | ||
25 | # Detailed kernel logging | |
26 | CONFIG_LOG = n | |
27 | ||
[ad8f03d2] | 28 | # Kernel function tracing |
29 | CONFIG_TRACE = n | |
30 | ||
[50fda24] | 31 | # Compile kernel tests |
32 | CONFIG_TEST = y | |
33 | ||
[2c52073] | 34 | # Optimization level |
35 | OPTIMIZATION = 3 |
Note:
See TracBrowser
for help on using the repository browser.