Skip to content

Commit

Permalink
Address cmake comments
Browse files Browse the repository at this point in the history
  • Loading branch information
pjanevskiTT committed Nov 28, 2024
1 parent a2845b0 commit 9ea43d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions device/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,12 @@ target_sources(
device
PRIVATE
architecture_implementation.cpp
blackhole/blackhole_coordinate_manager.cpp
blackhole/blackhole_implementation.cpp
cluster.cpp
coordinate_manager.cpp
cpuset_lib.cpp
grayskull/grayskull_implementation.cpp
grayskull/grayskull_coordinate_manager.cpp
wormhole/wormhole_implementation.cpp
blackhole/blackhole_implementation.cpp
hugepage.cpp
pcie/pci_device.cpp
simulation/tt_simulation_device.cpp
Expand All @@ -24,8 +23,9 @@ target_sources(
tt_cluster_descriptor.cpp
tt_silicon_driver_common.cpp
tt_soc_descriptor.cpp
grayskull/grayskull_coordinate_manager.cpp
wormhole/wormhole_coordinate_manager.cpp
wormhole/wormhole_implementation.cpp
blackhole/blackhole_coordinate_manager.cpp
xy_pair.cpp
${FBS_GENERATED_HEADER}
)
Expand Down

0 comments on commit 9ea43d7

Please sign in to comment.