多核&多核ipc支持

This commit is contained in:
zhangzheng
2024-04-27 03:47:45 +00:00
parent f0aff5bd3f
commit 987e00a34d
89 changed files with 1809 additions and 691 deletions

View File

@@ -120,14 +120,17 @@ if ((DEFINED CONFIG_MMU) AND (CONFIG_MMU STREQUAL "y"))
)
add_dependencies(
gen_sys_cpio
mkrtos_dump
init_dump_elf
mkrtos_dump_elf
sh_dump_elf
cpiofs_dump_elf
net_dump_elf
)
set_source_files_properties(${CMAKE_SOURCE_DIR}/build/output/rootfs.cpio.elf PROPERTIES EXTERNAL_OBJECT true)
add_executable(bootstrap.elf
${deps}
${CMAKE_SOURCE_DIR}/build/output/rootfs.cpio.elf
)
add_dependencies(bootstrap.elf gen_sys_cpio)
else()
add_executable(bootstrap.elf
${deps}