mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-04 03:34:43 +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> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
gsm_mux.c | ||
gsm_mux.h | ||
ipm_console_receiver.c | ||
ipm_console_sender.c | ||
Kconfig | ||
Kconfig.gsm_mux | ||
native_posix_console.c | ||
ram_console.c | ||
rtt_console.c | ||
semihost_console.c | ||
uart_console.c | ||
uart_mcumgr.c | ||
uart_mux_internal.h | ||
uart_mux.c | ||
uart_pipe.c | ||
xtensa_sim_console.c |