From 5ee9dfaf970de672aa379ea466bf48292bcd41cf Mon Sep 17 00:00:00 2001 From: Brian Campbell Date: Sat, 7 Jul 2018 16:37:00 +0100 Subject: Coq: bbv have reorganised their repository --- mips/Makefile | 2 +- mips/_CoqProject | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) create mode 100644 mips/_CoqProject (limited to 'mips') 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) $< diff --git a/mips/_CoqProject b/mips/_CoqProject new file mode 100644 index 00000000..ad38d28d --- /dev/null +++ b/mips/_CoqProject @@ -0,0 +1,2 @@ +-R ../../bbv/theories bbv +-R ../lib/coq Sail \ No newline at end of file -- cgit v1.2.3