Skip to content

Commit

Permalink
target: Correct typo
Browse files Browse the repository at this point in the history
  • Loading branch information
colluca committed Jul 27, 2024
1 parent 5e09528 commit 2187057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion target/snitch_cluster/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ CLUSTER_GEN_PREREQ = ${CLUSTER_GEN} ${CLUSTER_GEN_SRC}
$(CFG): FORCE
@# If the LRU config file doesn't exist, we use the default config.
@if [ ! -e "$@" ] ; then \
echo "Using default config file: $(DEFAULT_CFG) $@"; \
echo "Using default config file: $(DEFAULT_CFG)"; \
ln -s --relative $(DEFAULT_CFG) $@; \
touch $(DEFAULT_CFG); \
fi
Expand Down

0 comments on commit 2187057

Please sign in to comment.