zephyr/boards/x86
Yuval Peress 1ec0c6f530 build: make non zephyr/ include prefix configurable
Add a Kconfig to disable non prefixed includes. By setting
`CONFIG_LEGACY_INCLUDE_PATH=n` developers can disable having
`include/zephyr` in the search path. This means that includes such
as `#include <kernel.h>` will no longer work.

Internally, every header should be updated to add the `zephyr/`
prefix to the headers. Only then, will developers be able to use
this config value for their applications.

Signed-off-by: Yuval Peress <peress@google.com>
2022-04-08 19:03:32 +02:00
..
acrn everywhere: fix typos 2022-03-18 13:24:08 -04:00
common/scripts scripts: Allow use of bash outside of /bin 2022-03-08 11:11:10 +01:00
ehl_crb build: make non zephyr/ include prefix configurable 2022-04-08 19:03:32 +02:00
qemu_x86 build: make non zephyr/ include prefix configurable 2022-04-08 19:03:32 +02:00
up_squared build: make non zephyr/ include prefix configurable 2022-04-08 19:03:32 +02:00
index.rst