Changes in defaults/ia64/Makefile.config [a0a273e:a63d216] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
defaults/ia64/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 … … 44 41 CONFIG_TEST = y 45 42 46 # Kernel RCU implementation47 RCU = PREEMPT_A48 49 43 # Input device class 50 44 CONFIG_HID_IN = generic … … 52 46 # Output device class 53 47 CONFIG_HID_OUT = generic 54 55 # Optimization level56 OPTIMIZATION = 3
Note:
See TracChangeset
for help on using the changeset viewer.