unified/doc: Update Kbuild Reference
Removes references to nanokernel/microkernel and related obsolete text. Change-Id: I2b52243db7c580e14d18d39effee7d86428855d8 Signed-off-by: Allan Stephens <allan.stephens@windriver.com>
This commit is contained in:
parent
1f7623e2c8
commit
dec00ce0bd
|
@ -21,7 +21,7 @@ they add to the configuration menus. For example:
|
|||
apply to the entire build system.
|
||||
|
||||
* The Kconfig file at the :file:`kernel` directory contains the general
|
||||
configuration related to the micro- and the nanokernel.
|
||||
configuration related to the core kernel.
|
||||
|
||||
* The Kconfig file at the :file:`drivers` directory organizes the inclusion of
|
||||
the various Kconfig files needed for each supported driver in the system.
|
||||
|
|
|
@ -30,9 +30,6 @@ A common application project is composed of the following files:
|
|||
* **Configuration file**: Allows the developer to override the board's
|
||||
default configuration.
|
||||
|
||||
* **MDEF**: Defines the set of kernel objects that the the application
|
||||
instantiates. Required only by the microkernel.
|
||||
|
||||
* **The :file:`src/` directory**: By default, this directory hosts the
|
||||
application's source code. This location can be overridden and defined in a
|
||||
different directory.
|
||||
|
@ -79,14 +76,6 @@ The following predefined variables configure the development project:
|
|||
* :makevar:`BOARD`: Selects the board that the application's
|
||||
build will use for the default configuration.
|
||||
|
||||
* :makevar:`KERNEL_TYPE`: Selects the kernel type that the application's
|
||||
build will use for the default configuration. It indicates whether to use a
|
||||
nanokernel or microkernel architecture.
|
||||
The supported values are **nano** and **micro**.
|
||||
|
||||
* :makevar:`MDEF_FILE`: Indicates the name of the MDEF file; required for
|
||||
microkernel architectures only.
|
||||
|
||||
* :makevar:`CONF_FILE`: Indicates the name of a configuration fragment file.
|
||||
This file includes the kconfig configuration values that override the
|
||||
default configuration values.
|
||||
|
|
Loading…
Reference in a new issue