mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-04 08:31:56 +00:00
This set of functions seem to be there just because of historical reasons, stemming from Kbuild. They are non-obvious and prone to errors, so remove them in favor of the `_ifdef()` ones with an explicit `CONFIG_` condition. Script used: git grep -l _if_kconfig | xargs sed -E -i "s/_if_kconfig\(\s*(\w*)/_ifdef(CONFIG_\U\1\E \1/g" Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no> |
||
---|---|---|
.. | ||
ia32 | ||
intel64 | ||
offsets | ||
acpi.c | ||
CMakeLists.txt | ||
common.S | ||
cpuhalt.c | ||
early_serial.c | ||
fatal.c | ||
ia32.cmake | ||
intel64.cmake | ||
Kconfig.ia32 | ||
Kconfig.intel64 | ||
memmap.c | ||
multiboot.c | ||
pcie.c | ||
prep_c.c | ||
reboot_rst_cnt.c | ||
spec_ctrl.c | ||
userspace.c | ||
x86_mmu.c |