Changes in defaults/special/Makefile.config [a0a273e:a63d216] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
defaults/special/Makefile.config
ra0a273e ra63d216 4 4 # Compiler 5 5 COMPILER = gcc_cross 6 7 # In case compiler is clang, whether or not to use its integrated assembler.8 INTEGRATED_AS = default9 6 10 7 # Support for SMP … … 31 28 # Compile kernel tests 32 29 CONFIG_TEST = y 33 34 # Kernel RCU implementation35 RCU = PREEMPT_A36 37 # Optimization level38 OPTIMIZATION = 3
Note:
See TracChangeset
for help on using the changeset viewer.