nuttx-apps/examples/posix_spawn
Huang Qi 9f859e914d posix_spawn: Move dependencies to Kconfig
`posix_spawn` depends on these configurations:
- !BINFMT_DISABLE
- !DISABLE_MOUNTPOINT
- BOARDCTL
- BOARDCTL_APP_SYMTAB
- ELF
- FS_ROMFS

Check them in compile time may waste some time if the dependencies are not met,
move them to Kconfig to avoid this.

Signed-off-by: Huang Qi <huangqi3@xiaomi.com>
2024-11-14 17:22:27 +08:00
..
filesystem apps/examples/posix_spawn/filesystem/hello/Makefile: fix nxstyle 2023-03-17 03:23:12 +01:00
CMakeLists.txt add initial cmake build system 2023-07-08 13:52:02 +08:00
Kconfig posix_spawn: Move dependencies to Kconfig 2024-11-14 17:22:27 +08:00
Make.defs
Makefile
spawn_main.c posix_spawn: Move dependencies to Kconfig 2024-11-14 17:22:27 +08:00