nuttx/cmake
xuxin19 1d3dd328dd modify BUILD_LOADABLE to MODULES which backwards-compatible Kernel
maintains the same semantics as Kernel’s module build
and compatible with Kconfiglib implementation.

The problem of kconfiglib not being able to use tri-states is this:
linux is here torvalds/linux@6dd85ff
The module option is extracted from one of the triate three states into a MODULE keyword.
Kconfiglib supports the default implementation of module to be MODULE for compatibility with the linux kernel, and triate degenerates into bool two states
Refer to this code: 061e71f7d7/kconfiglib.py (L4274-L4284)

Signed-off-by: xuxin19 <xuxin19@xiaomi.com>
2024-09-19 08:32:03 +08:00
..
menuconfig.cmake cmake: migrate to SPDX identifier 2024-09-10 11:34:40 +08:00
nuttx_add_application.cmake modify BUILD_LOADABLE to MODULES which backwards-compatible Kernel 2024-09-19 08:32:03 +08:00
nuttx_add_dependencies.cmake cmake: migrate to SPDX identifier 2024-09-10 11:34:40 +08:00
nuttx_add_library.cmake cmake:enhance the module for adding extra libraries 2024-09-15 10:01:07 +08:00
nuttx_add_module.cmake cmake: migrate to SPDX identifier 2024-09-10 11:34:40 +08:00
nuttx_add_romfs.cmake cmake: migrate to SPDX identifier 2024-09-10 11:34:40 +08:00
nuttx_add_subdirectory.cmake cmake: migrate to SPDX identifier 2024-09-10 11:34:40 +08:00
nuttx_add_symtab.cmake cmake: migrate to SPDX identifier 2024-09-10 11:34:40 +08:00
nuttx_allsyms.cmake cmake:refactor cmake binary include_arch dir into include 2024-09-15 10:01:07 +08:00
nuttx_create_symlink.cmake cmake: migrate to SPDX identifier 2024-09-10 11:34:40 +08:00
nuttx_export_header.cmake cmake: migrate to SPDX identifier 2024-09-10 11:34:40 +08:00
nuttx_generate_headers.cmake cmake:refactor cmake binary include_arch dir into include 2024-09-15 10:01:07 +08:00
nuttx_generate_outputs.cmake cmake: migrate to SPDX identifier 2024-09-10 11:34:40 +08:00
nuttx_generate_sim_ld.cmake cmake:bugfix refine gen sim link script to independent cmake module 2024-09-15 10:01:07 +08:00
nuttx_kconfig.cmake cmake: migrate to SPDX identifier 2024-09-10 11:34:40 +08:00
nuttx_mkconfig.cmake cmake: migrate to SPDX identifier 2024-09-10 11:34:40 +08:00
nuttx_mkversion.cmake cmake: migrate to SPDX identifier 2024-09-10 11:34:40 +08:00
nuttx_parse_function_args.cmake cmake: migrate to SPDX identifier 2024-09-10 11:34:40 +08:00
nuttx_redefine_symbols.cmake cmake: migrate to SPDX identifier 2024-09-10 11:34:40 +08:00
nuttx_sethost.cmake cmake: migrate to SPDX identifier 2024-09-10 11:34:40 +08:00
nuttx_source_file_properties.cmake cmake: migrate to SPDX identifier 2024-09-10 11:34:40 +08:00
savedefconfig.cmake cmake: migrate to SPDX identifier 2024-09-10 11:34:40 +08:00
symtab.c.in cmake: migrate to SPDX identifier 2024-09-10 11:34:40 +08:00