Skip to content

Commit

Permalink
change makefile message
Browse files Browse the repository at this point in the history
Signed-off-by: Lennard Gäher <l.gaeher@posteo.de>
  • Loading branch information
lgaeher committed Jul 16, 2024
1 parent 67352a2 commit b5692de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion security-monitor/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ build: opensbi_bindings fmt
rm -rf $(OPENSBI_WORK_DIR)/

refinedrust: opensbi_bindings
echo "Generating OpenSBI bindings" ;\
echo "Generating RefinedRust translation" ;\
mkdir -p $(SM_WORK_DIR) ; \
RUSTFLAGS='$(RUSTFLAGS)' CARGO_TARGET_DIR=$(SM_WORK_DIR) INSTALL_DIR=$(ACE_DIR) $(CARGO) refinedrust $(RELEASE) $(TARGET) --features verbose ; \
rm -rf $(OPENSBI_WORK_DIR)/
Expand Down

0 comments on commit b5692de

Please sign in to comment.