Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • defaults/special/Makefile.config

    rd32358f rad8f03d2  
    33
    44# Compiler
    5 COMPILER = gcc_native
     5COMPILER = gcc_cross
    66
    77# Support for SMP
     
    2323CONFIG_LOG = n
    2424
     25# Kernel function tracing
     26CONFIG_TRACE = n
     27
    2528# Compile kernel tests
    2629CONFIG_TEST = y
     
    2831# Load disk drivers on startup
    2932CONFIG_START_BD = n
     33
     34# Bundle netif/nil network layer
     35CONFIG_NETIF_NIL_BUNDLE = n
Note: See TracChangeset for help on using the changeset viewer.