Skip to content

Commit 6454ac7

Browse files
committed
sw: Set dummy targets if apps are not built
1 parent 9b0e361 commit 6454ac7

File tree

1 file changed

+3
-0
lines changed
  • target/snitch_cluster

1 file changed

+3
-0
lines changed

target/snitch_cluster/sw.mk

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,7 @@ SNRT_APPS += sw/apps/kmeans
9090
$(foreach app,$(SNRT_APPS), \
9191
$(eval include $(SN_ROOT)/target/snitch_cluster/$(app)/app.mk) \
9292
)
93+
else
94+
snrt-apps: ;
95+
snrt-clean-apps: ;
9396
endif

0 commit comments

Comments
 (0)