source: mainline/defaults/special/Makefile.config@ cb15b49c

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
2RDFMT = ext4fs
3
4# Compiler
5COMPILER = gcc_cross
6
7# In case compiler is clang, whether or not to use its integrated assembler.
8INTEGRATED_AS = default
9
10# Support for SMP
11CONFIG_SMP = y
12
13# Debug build
14CONFIG_DEBUG = y
15
16# Support for userspace debuggers
17CONFIG_UDEBUG = y
18
19# Kernel console support
20CONFIG_KCONSOLE = y
21
22# Kernel symbol information
23CONFIG_SYMTAB = y
24
25# Detailed kernel logging
26CONFIG_LOG = n
27
28# Kernel function tracing
29CONFIG_TRACE = n
30
31# Compile kernel tests
32CONFIG_TEST = y
33
34# Optimization level
35OPTIMIZATION = 3
Note: See TracBrowser for help on using the repository browser.