lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since cb15b49c was aae365bc, checked in by Jakub Jermar <jakub@…>, 7 years ago |
Remove RCU and CHT support
|
-
Property mode
set to
100644
|
File size:
545 bytes
|
Line | |
---|
1 | # RAM disk format
|
---|
2 | RDFMT = ext4fs
|
---|
3 |
|
---|
4 | # Compiler
|
---|
5 | COMPILER = gcc_cross
|
---|
6 |
|
---|
7 | # In case compiler is clang, whether or not to use its integrated assembler.
|
---|
8 | INTEGRATED_AS = default
|
---|
9 |
|
---|
10 | # Support for SMP
|
---|
11 | CONFIG_SMP = y
|
---|
12 |
|
---|
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 |
|
---|
28 | # Kernel function tracing
|
---|
29 | CONFIG_TRACE = n
|
---|
30 |
|
---|
31 | # Compile kernel tests
|
---|
32 | CONFIG_TEST = y
|
---|
33 |
|
---|
34 | # Optimization level
|
---|
35 | OPTIMIZATION = 3
|
---|
Note:
See
TracBrowser
for help on using the repository browser.