Skip to content

Commit ae9f195

Browse files
committed
VTD update
Signed-off-by: Akshay Tondak <[email protected]>
1 parent 739f802 commit ae9f195

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

CMake/pkg.cmake

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,8 +73,10 @@ install(DIRECTORY ${AMDXDNA_BINS_DIR}/download_raw/xbutil_validate/bins/
7373
PATTERN "*.yaml"
7474
)
7575

76-
# Install VTD runner archive file
77-
install(FILES ${CMAKE_CURRENT_SOURCE_DIR}/VTD/runner/xrt_smi_strx.a
76+
# Install VTD runner archive files
77+
install(FILES
78+
${CMAKE_CURRENT_SOURCE_DIR}/VTD/runner/xrt_smi_strx.a
79+
${CMAKE_CURRENT_SOURCE_DIR}/VTD/runner/xrt_smi_phx.a
7880
DESTINATION ${XDNA_PKG_DATA_DIR}/bins
7981
COMPONENT ${XDNA_COMPONENT}
8082
)

0 commit comments

Comments
 (0)