diff options
| author | Brian Campbell | 2018-05-10 14:52:31 +0100 |
|---|---|---|
| committer | Brian Campbell | 2018-05-10 14:52:31 +0100 |
| commit | 823fe1d82e753add2d54ba010689a81af027ba6d (patch) | |
| tree | abcd876e45736b3085d1f9f4e687aebe24ffe10b /riscv/Holmakefile | |
| parent | 1f9418d9fe49dc671964fc826a2a8847e3255c9a (diff) | |
RISC-V in HOL4
Diffstat (limited to 'riscv/Holmakefile')
| -rw-r--r-- | riscv/Holmakefile | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/riscv/Holmakefile b/riscv/Holmakefile new file mode 100644 index 00000000..626e6f2f --- /dev/null +++ b/riscv/Holmakefile @@ -0,0 +1,11 @@ +LEMDIR=../../lem/hol-lib + +INCLUDES = $(LEMDIR) ../lib/hol + +all: riscv_sequentialTheory.uo +.PHONY: all + +ifdef POLY +BASE_HEAP = ../lib/hol/sail-heap + +endif |
