Changeset ad8f03d2 in mainline
- Timestamp:
- 2010-07-02T10:11:33Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- da52547
- Parents:
- e837f30
- Files:
-
- 9 edited
Legend:
- Unmodified
- Added
- Removed
-
HelenOS.config
re837f30 rad8f03d2 359 359 ! CONFIG_LOG (n/y) 360 360 361 % Kernel function tracing 362 ! CONFIG_TRACE (n/y) 363 361 364 % Compile kernel tests 362 365 ! CONFIG_TEST (y/n) -
defaults/amd64/Makefile.config
re837f30 rad8f03d2 32 32 CONFIG_LOG = n 33 33 34 # Kernel function tracing 35 CONFIG_TRACE = n 36 34 37 # Compile kernel tests 35 38 CONFIG_TEST = y -
defaults/arm32/Makefile.config
re837f30 rad8f03d2 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 -
defaults/ia32/Makefile.config
re837f30 rad8f03d2 38 38 CONFIG_LOG = n 39 39 40 # Kernel function tracing 41 CONFIG_TRACE = n 42 40 43 # Compile kernel tests 41 44 CONFIG_TEST = y -
defaults/ia64/Makefile.config
re837f30 rad8f03d2 35 35 CONFIG_LOG = n 36 36 37 # Kernel function tracing 38 CONFIG_TRACE = n 39 37 40 # Compile kernel tests 38 41 CONFIG_TEST = y -
defaults/mips32/Makefile.config
re837f30 rad8f03d2 29 29 CONFIG_LOG = n 30 30 31 # Kernel function tracing 32 CONFIG_TRACE = n 33 31 34 # Compile kernel tests 32 35 CONFIG_TEST = y -
defaults/ppc32/Makefile.config
re837f30 rad8f03d2 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 -
defaults/sparc64/Makefile.config
re837f30 rad8f03d2 38 38 CONFIG_LOG = n 39 39 40 # Kernel function tracing 41 CONFIG_TRACE = n 42 40 43 # Compile kernel tests 41 44 CONFIG_TEST = y -
defaults/special/Makefile.config
re837f30 rad8f03d2 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
Note:
See TracChangeset
for help on using the changeset viewer.