Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • defaults/arm32/Makefile.config

    ra63d216 ra0a273e  
    77# Compiler
    88COMPILER = gcc_cross
     9
     10# In case compiler is clang, whether or not to use its integrated assembler.
     11INTEGRATED_AS = default
    912
    1013# Debug build
     
    2932CONFIG_TEST = y
    3033
     34# Kernel RCU implementation
     35RCU = PREEMPT_A
     36
    3137# What is your input device?
    3238CONFIG_HID_IN = generic
     
    3440# What is your output device?
    3541CONFIG_HID_OUT = generic
     42
     43# Optimization level
     44OPTIMIZATION = 3
Note: See TracChangeset for help on using the changeset viewer.