Skip to content

Commit 2aed901

Browse files
authored
Add riscv sources for DYNAMIC_ARCH
1 parent e8bd97a commit 2aed901

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

driver/others/CMakeLists.txt

+2
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ if (DYNAMIC_ARCH)
5252
list(APPEND COMMON_SOURCES dynamic_arm64.c)
5353
elseif (POWER)
5454
list(APPEND COMMON_SOURCES dynamic_power.c)
55+
elseif (RISCV64)
56+
list(APPEND COMMON_SOURCES dynamic_riscv64.c detect_riscv64.c)
5557
else ()
5658
list(APPEND COMMON_SOURCES dynamic.c)
5759
endif ()

0 commit comments

Comments
 (0)