Skip to content

Commit

Permalink
sw: Set dummy targets if apps are not built
Browse files Browse the repository at this point in the history
  • Loading branch information
fischeti committed Feb 5, 2025
1 parent 81d6fe1 commit ede8d29
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions target/snitch_cluster/sw.mk
Original file line number Diff line number Diff line change
Expand Up @@ -90,4 +90,7 @@ SNRT_APPS += sw/apps/kmeans
$(foreach app,$(SNRT_APPS), \
$(eval include $(SN_ROOT)/target/snitch_cluster/$(app)/app.mk) \
)
else
snrt-apps: ;
snrt-clean-apps: ;
endif

0 comments on commit ede8d29

Please sign in to comment.