Skip to content

Commit

Permalink
[drivers] Link OT drivers against host runtime
Browse files Browse the repository at this point in the history
  • Loading branch information
viv-eth committed Dec 19, 2024
1 parent 858b0d9 commit 2c298d9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmake/opentitan.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ target_include_directories(opentitan_lib

target_link_libraries(opentitan_lib
PUBLIC
runtime
runtime_host
)

message(STATUS "OpenTitan library configured.")
Expand Down
2 changes: 1 addition & 1 deletion drivers/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ add_chimera_subdirectories(${TARGET_PLATFORM} "Driver" "${DRIVER_MAPPINGS}")
target_include_directories(runtime_host PUBLIC ${CMAKE_CURRENT_LIST_DIR})

# VIVIANEP: Link to the opentitan library
target_link_libraries(runtime
target_link_libraries(runtime_host
PUBLIC
opentitan_lib
)

0 comments on commit 2c298d9

Please sign in to comment.