Changes in defaults/arm32/Makefile.config [a63d216:a0a273e] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
defaults/arm32/Makefile.config
ra63d216 ra0a273e 7 7 # Compiler 8 8 COMPILER = gcc_cross 9 10 # In case compiler is clang, whether or not to use its integrated assembler. 11 INTEGRATED_AS = default 9 12 10 13 # Debug build … … 29 32 CONFIG_TEST = y 30 33 34 # Kernel RCU implementation 35 RCU = PREEMPT_A 36 31 37 # What is your input device? 32 38 CONFIG_HID_IN = generic … … 34 40 # What is your output device? 35 41 CONFIG_HID_OUT = generic 42 43 # Optimization level 44 OPTIMIZATION = 3
Note:
See TracChangeset
for help on using the changeset viewer.