多核&多核ipc支持
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user