Changes in defaults/special/Makefile.config [d32358f:ad8f03d2] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
defaults/special/Makefile.config
rd32358f rad8f03d2 3 3 4 4 # Compiler 5 COMPILER = gcc_ native5 COMPILER = gcc_cross 6 6 7 7 # Support for SMP … … 23 23 CONFIG_LOG = n 24 24 25 # Kernel function tracing 26 CONFIG_TRACE = n 27 25 28 # Compile kernel tests 26 29 CONFIG_TEST = y … … 28 31 # Load disk drivers on startup 29 32 CONFIG_START_BD = n 33 34 # Bundle netif/nil network layer 35 CONFIG_NETIF_NIL_BUNDLE = n
Note:
See TracChangeset
for help on using the changeset viewer.