summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwchang kim <wchang.kim@samsung.com>2023-05-31 06:37:04 +0900
committerwchang kim <wchang.kim@samsung.com>2023-05-31 06:37:04 +0900
commit4d4b3ac0b9059ec1673716561328dacb9e2d5d8c (patch)
tree9df617000c863ac7fd032a01576bf7c640ef262d
parentc1cf11e52f0ae8c03c843f9c2dc468823018e0b5 (diff)
downloadstt-sandbox/playchang/riscv64_dummy.tar.gz
stt-sandbox/playchang/riscv64_dummy.tar.bz2
stt-sandbox/playchang/riscv64_dummy.zip
Adding dummy file of voice_getengine for riscv64sandbox/playchang/riscv64_dummy
-rw-r--r--CMakeLists.txt2
-rwxr-xr-xbin/riscv64/voice_getengine0
2 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6f31b9d..86519ac 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -96,6 +96,8 @@ ELSEIF("${ARCH}" MATCHES "^aarch64.*")
INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/aarch64/voice_getengine DESTINATION ${TZ_SYS_BIN})
ELSEIF("${ARCH}" MATCHES "^x86_64.*")
INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/x86_64/voice_getengine DESTINATION ${TZ_SYS_BIN})
+ELSEIF("${ARCH}" MATCHES "^riscv64.*")
+INSTALL(PROGRAMS ${CMAKE_SOURCE_DIR}/bin/riscv64/voice_getengine DESTINATION ${TZ_SYS_BIN})
ENDIF()
diff --git a/bin/riscv64/voice_getengine b/bin/riscv64/voice_getengine
new file mode 100755
index 0000000..e69de29
--- /dev/null
+++ b/bin/riscv64/voice_getengine