Skip to content

Commit

Permalink
同步 cmake-kernel
Browse files Browse the repository at this point in the history
Signed-off-by: KehRoche <[email protected]>
  • Loading branch information
KehRoche committed Sep 10, 2023
1 parent f08e822 commit 7ba9c6e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmake/compile_config.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@ if (${TARGET_ARCH} STREQUAL "x86_64")
elseif (${TARGET_ARCH} STREQUAL "riscv64")
list(APPEND COMPILE_DEPENDS
opensbi
cxxrt-static
)
elseif (${TARGET_ARCH} STREQUAL "aarch64")
list(APPEND COMPILE_DEPENDS
Expand Down

0 comments on commit 7ba9c6e

Please sign in to comment.