summaryrefslogtreecommitdiff
path: root/riscv/Holmakefile
diff options
context:
space:
mode:
authorRobert Norton2018-12-20 13:49:39 +0000
committerRobert Norton2018-12-20 13:49:49 +0000
commitd99dd3833e8ebf89c586cc5316582a3c62ad7997 (patch)
tree299db5be7850c3ae72403e4c1252562790d91d1d /riscv/Holmakefile
parent7524c25b16a4e393a17acde8b20f6a42d30d0f94 (diff)
RISVC model is now at https://github.com/rems-project/sail-riscv . Remove it and tests.
Diffstat (limited to 'riscv/Holmakefile')
-rw-r--r--riscv/Holmakefile11
1 files changed, 0 insertions, 11 deletions
diff --git a/riscv/Holmakefile b/riscv/Holmakefile
deleted file mode 100644
index 8269bc36..00000000
--- a/riscv/Holmakefile
+++ /dev/null
@@ -1,11 +0,0 @@
-LEMDIR=../../lem/hol-lib
-
-INCLUDES = $(LEMDIR) ../lib/hol
-
-all: riscvTheory.uo
-.PHONY: all
-
-ifdef POLY
-BASE_HEAP = ../lib/hol/sail-heap
-
-endif