zephyr/boards/x86/qemu_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
..
doc
CMakeLists.txt build: make non zephyr/ include prefix configurable 2022-04-08 19:03:32 +02:00
Kconfig.board
Kconfig.defconfig
board.cmake
qemu_x86.dts
qemu_x86.yaml
qemu_x86_64.dts
qemu_x86_64.yaml
qemu_x86_64_defconfig
qemu_x86_64_nokpti.dts
qemu_x86_64_nokpti.yaml
qemu_x86_64_nokpti_defconfig
qemu_x86_defconfig
qemu_x86_lakemont.dts
qemu_x86_lakemont.yaml
qemu_x86_lakemont_defconfig
qemu_x86_nokpti.dts
qemu_x86_nokpti.yaml
qemu_x86_nokpti_defconfig
qemu_x86_nommu.dts
qemu_x86_nommu.yaml
qemu_x86_nommu_defconfig
qemu_x86_nopae.dts
qemu_x86_nopae.yaml
qemu_x86_nopae_defconfig
qemu_x86_tiny.dts
qemu_x86_tiny.ld include: remove unnecessary autoconf.h includes 2022-04-05 11:18:20 +02:00
qemu_x86_tiny.yaml
qemu_x86_tiny_defconfig
qemu_x86_virt.dts
qemu_x86_virt.yaml
qemu_x86_virt_defconfig
qemu_x86_xip.dts
qemu_x86_xip.yaml
qemu_x86_xip_defconfig