aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index c9a61d72..d50a4788 100644
--- a/Makefile
+++ b/Makefile
@@ -33,12 +33,12 @@ GPATH=$(DIRS)
# General-purpose libraries (in lib/)
-LIB=Coqlib.v Maps.v Lattice.v Ordered.v \
+LIB=Coqlib.v Intv.v Maps.v Lattice.v Ordered.v \
Iteration.v Integers.v Floats.v Parmov.v UnionFind.v
# Parts common to the front-ends and the back-end (in common/)
-COMMON=Errors.v AST.v Events.v Globalenvs.v Mem.v Values.v \
+COMMON=Errors.v AST.v Events.v Globalenvs.v Memdata.v Memtype.v Memory.v Values.v \
Smallstep.v Determinism.v Switch.v
# Back-end modules (in backend/, $(ARCH)/, $(ARCH)/$(VARIANT))