Skip to content

Commit

Permalink
Fix GNATprove caching for SPDM responder example
Browse files Browse the repository at this point in the history
Ref. None
  • Loading branch information
treiher committed Jul 19, 2024
1 parent b4dcd38 commit 63d3a47
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions examples/apps/spdm_responder/Makefile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
SHELL := /bin/bash

BUILD_DIR = build
include ../../../Makefile.common

GENERATED = generated/rflx-spdm.ads

Expand Down Expand Up @@ -73,7 +71,7 @@ libriscv64: $(BUILD_DIR)/riscv64/lib/libspdm.a

.PHONY: prove

prove: $(GENERATED)
prove: $(GNATPROVE_CACHE_DIR) $(GENERATED)
gnatprove -P build_lib.gpr -j0 -XTARGET=riscv64 -u responder
gnatprove -P build.gpr -j0 -XTARGET=riscv64 -u main

Expand Down

0 comments on commit 63d3a47

Please sign in to comment.