Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • defaults/special/Makefile.config

    re7aa9f4 r14f1db0  
    33
    44# Compiler
    5 COMPILER = gcc_native
     5COMPILER = gcc_cross
     6
     7# Support for SMP
     8CONFIG_SMP = y
    69
    710# Debug build
     
    2528# Load disk drivers on startup
    2629CONFIG_START_BD = n
     30
     31# Bundle netif/nil network layer
     32CONFIG_NETIF_NIL_BUNDLE = n
Note: See TracChangeset for help on using the changeset viewer.