zephyr/arch/x86/core/intel64
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
..
coredump.c arch: migrate includes to <zephyr/...> 2022-05-06 19:57:22 +02:00
cpu.c modules: acpica: Fix header inclusion issue 2023-09-15 05:41:04 -04:00
fatal.c arch: migrate includes to <zephyr/...> 2022-05-06 19:57:22 +02:00
irq.c iterable_sections: move to specific header 2023-05-22 10:42:30 +02:00
locore.S drivers: loapic: add device tree support for loapic 2023-09-01 16:36:18 +02:00
thread.c coding guidelines: comply with MISRA C:2012 Rule 8.2 2022-06-22 17:17:39 -04:00
tls.c x86-64: Early TLS initialization 2023-08-08 19:08:04 -04:00
userspace.S asm: update files with <zephyr/...> include prefix 2022-05-09 12:45:29 -04:00