Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Xeratec committed Dec 10, 2024
1 parent 1b904d1 commit 4825e1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/cluster/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ target_sources(runtime_host PRIVATE ${C_SOURCES})
################################################################################
# Snitch Cluster Runtime Library #
################################################################################
file(GLOB_RECURSE C_SOURCES_SNTICH
file(GLOB_RECURSE C_SOURCES_SNITCH
"trampoline_snitchCluster.c"
)

target_sources(runtime_cluster_snitch PRIVATE ${C_SOURCES_SNTICH})
target_sources(runtime_cluster_snitch PRIVATE ${C_SOURCES_SNITCH})



0 comments on commit 4825e1b

Please sign in to comment.