summaryrefslogtreecommitdiff
path: root/riscv/Holmakefile
diff options
context:
space:
mode:
authorBrian Campbell2018-05-10 14:52:31 +0100
committerBrian Campbell2018-05-10 14:52:31 +0100
commit823fe1d82e753add2d54ba010689a81af027ba6d (patch)
treeabcd876e45736b3085d1f9f4e687aebe24ffe10b /riscv/Holmakefile
parent1f9418d9fe49dc671964fc826a2a8847e3255c9a (diff)
RISC-V in HOL4
Diffstat (limited to 'riscv/Holmakefile')
-rw-r--r--riscv/Holmakefile11
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