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:
Allan Stephens 2016-10-31 13:23:56 -05:00 committed by Benjamin Walsh
parent 1f7623e2c8
commit dec00ce0bd
2 changed files with 1 additions and 12 deletions

View file

@ -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.

View file

@ -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.