summaryrefslogtreecommitdiff
path: root/mips/Makefile
diff options
context:
space:
mode:
authorBrian Campbell2018-07-07 16:37:00 +0100
committerBrian Campbell2018-07-07 16:41:25 +0100
commit5ee9dfaf970de672aa379ea466bf48292bcd41cf (patch)
tree3847876491268d86e7e94b0c47232a596fecb851 /mips/Makefile
parent979d88fec8a5c611ee61be15ce45ae81b4a52317 (diff)
Coq: bbv have reorganised their repository
Diffstat (limited to 'mips/Makefile')
-rw-r--r--mips/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/mips/Makefile b/mips/Makefile
index f8b7588f..062ccd8b 100644
--- a/mips/Makefile
+++ b/mips/Makefile
@@ -48,7 +48,7 @@ mips.v: $(MIPS_PRE) $(MIPS_TLB) $(MIPS_SAILS)
mips_types.v: mips.v
MIPS_COQ = mips_types.v mips_extras.v mips.v
-COQ_LIBS = -R ../../bbv bbv -R ../lib/coq Sail
+COQ_LIBS = -R ../../bbv/theories bbv -R ../lib/coq Sail
%.vo: %.v
coqc $(COQ_LIBS) $<