zephyr/doc/kernel/other
Sebastian Bøe 1526070082 cmake: Use a variable for 'zephyr_prebuilt'
There is an effort underway to make most of the Zephyr build script's
reentrant. Meaning, the build scripts can be executed multiple times
during the same CMake invocation.

Reentrancy enables several use-cases, the motivating one is the
ability to build several Zephyr executables, or images, for instance a
bootloader and an application.

For build scripts to be reentrant they cannot be directly referencing
global variables, like target names, but must instead reference
variables, which can vary from entry to entry.

Therefore, in this patch, we replace global targets with variables.

Signed-off-by: Sebastian Bøe <sebastian.boe@nordicsemi.no>
2019-01-19 07:21:55 -05:00
..
atomic.rst
cpu_idle.rst
cxx_support.rst doc: fix misspellings and hyphen use 2017-09-20 15:33:43 -04:00
float.rst doc: fix misspellings and hyphen use 2017-09-20 15:33:43 -04:00
interrupts.rst cmake: Use a variable for 'zephyr_prebuilt' 2019-01-19 07:21:55 -05:00
other.rst doc: move memory domain docs under user mode 2017-11-07 09:32:37 -08:00
polling.rst doc: fix the example code typo 2018-11-13 08:09:53 -05:00
ring_buffers.rst lib: ring_buffer: add raw byte access mode 2018-10-09 13:58:44 -04:00