diff options
| author | Brian Campbell | 2018-07-10 16:50:06 +0100 |
|---|---|---|
| committer | Brian Campbell | 2018-07-10 17:15:51 +0100 |
| commit | 497c8bf636619988203f8a868806fb04903db2dd (patch) | |
| tree | 58862858725c130c9e5e7c168d729ccde4f4e161 /riscv | |
| parent | 6bc52192841d712cb8d582841b0a73d2b7f59df6 (diff) | |
Make HOL build properly again for all of the models
Diffstat (limited to 'riscv')
| -rw-r--r-- | riscv/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/riscv/Makefile b/riscv/Makefile index 68272112..9633f0d4 100644 --- a/riscv/Makefile +++ b/riscv/Makefile @@ -62,7 +62,8 @@ riscv_sequential.lem: $(SAIL_SRCS) Makefile $(SAIL_DIR)/sail -lem -lem_sequential -o riscv_sequential -lem_mwords -lem_lib Riscv_extras_sequential $(SAIL_SRCS) riscvScript.sml : riscv.lem riscv_extras.lem - lem -hol -outdir . -lib ../lib/hol -lib ../src/lem_interp -lib ../src/gen_lib \ + lem -hol -outdir . -lib ../lib/hol -i ../lib/hol/sail2_prompt_monad.lem -i ../lib/hol/sail2_prompt.lem \ + -lib ../src/lem_interp -lib ../src/gen_lib \ riscv_extras.lem \ riscv_types.lem \ riscv.lem |
