Changes in defaults/arm32/Makefile.config [a0a273e:a63d216] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
defaults/arm32/Makefile.config
ra0a273e ra63d216 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 = default12 9 13 10 # Debug build … … 32 29 CONFIG_TEST = y 33 30 34 # Kernel RCU implementation35 RCU = PREEMPT_A36 37 31 # What is your input device? 38 32 CONFIG_HID_IN = generic … … 40 34 # What is your output device? 41 35 CONFIG_HID_OUT = generic 42 43 # Optimization level44 OPTIMIZATION = 3
Note:
See TracChangeset
for help on using the changeset viewer.