- Timestamp:
- 2010-07-12T10:53:30Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- bd11d3e
- Parents:
- c40e6ef (diff), bee2d4c (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - Location:
- defaults
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
defaults/amd64/Makefile.config
rc40e6ef rbd48f4c 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
rc40e6ef rbd48f4c 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
rc40e6ef rbd48f4c 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
rc40e6ef rbd48f4c 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
rc40e6ef rbd48f4c 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
rc40e6ef rbd48f4c 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
rc40e6ef rbd48f4c 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
rc40e6ef rbd48f4c 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.