zephyr/arch/x86
Carles Cufi ef041c6b98 modules: acpica: Fix header inclusion issue
After 79d0bf39b8 was merged, the inclusion
of <zephyr/acpi/acpi.h> with CONFIG_ACPI=n caused a build failure because
<acpica/source/include/acpi.h> could no longer be included due to the
inlcude path not being injected anymore.

Fix this by guarding the header inclusion when CONFIG_ACPI
is not set.

Fixes #62679.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
2023-09-15 05:41:04 -04:00
..
core modules: acpica: Fix header inclusion issue 2023-09-15 05:41:04 -04:00
include
zefi arch: x86: zefi: Remove unneeded include 2023-03-22 20:32:35 +09:00
CMakeLists.txt
Kconfig arch: x86: update with new acpica lib interface 2023-09-07 09:42:38 +02:00
gen_gdt.py treewide: Disable automatic argparse argument shortening 2023-01-26 20:12:36 +09:00
gen_idt.py treewide: Disable automatic argparse argument shortening 2023-01-26 20:12:36 +09:00
gen_mmu.py treewide: Disable automatic argparse argument shortening 2023-01-26 20:12:36 +09:00
ia32.cmake
intel64.cmake
timing.c