Kbuild: User kernel instead of TiMo

TiMo is very ambigous, be generic and call it kernel.

Change-Id: I66b3e436afbc89e874f31a89b98cc04aa821c787
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2015-05-10 07:59:05 -04:00
commit 4acde800b0
8 changed files with 15 additions and 14 deletions

View file

@ -61,7 +61,7 @@ config BOOT_TIME_MEASUREMENT
depends on EXPERIMENTAL
help
This option enables the recording of timestamps during system start
up. The global variable __start_tsc records the time TiMo begins
up. The global variable __start_tsc records the time kernel begins
executing, while __main_tsc records when main() begins executing,
and __idle_tsc records when the CPU becomes idle. All values are
recorded in terms of CPU clock cycles since system reset.
@ -87,7 +87,7 @@ config COMPILER_OPT
This option is a free-form string that is passed to the compiler
when building all parts of a project (i.e. kernel, LKMs, and USAPs).
The compiler options specified by this string supplement the
pre-defined set of compiler supplied by the TiMo build system,
pre-defined set of compiler supplied by the build system,
and can be used to change compiler optimization, warning and error
messages, and so on.