aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>2016-03-06 10:36:55 +0100
committerXavier Leroy <xavier.leroy@inria.fr>2016-03-06 10:36:55 +0100
commit478ae4c3aeb1a31b0eec9ab7eb8fe20ec2671614 (patch)
treec9f38903308fcc58ec317f850642454393eea1f9 /Makefile
parent862e6d00d0ee5d3a534ab111790d19823a73efa2 (diff)
downloadcompcert-kvx-478ae4c3aeb1a31b0eec9ab7eb8fe20ec2671614.tar.gz
compcert-kvx-478ae4c3aeb1a31b0eec9ab7eb8fe20ec2671614.zip
Misc updates following the introduction of the new linking framework
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 88a8cc6d..7df9e73f 100644
--- a/Makefile
+++ b/Makefile
@@ -56,7 +56,8 @@ VLIB=Axioms.v Coqlib.v Intv.v Maps.v Heaps.v Lattice.v Ordered.v \
# Parts common to the front-ends and the back-end (in common/)
-COMMON=Errors.v AST.v Events.v Globalenvs.v Memdata.v Memtype.v Memory.v \
+COMMON=Errors.v AST.v Linking.v \
+ Events.v Globalenvs.v Memdata.v Memtype.v Memory.v \
Values.v Smallstep.v Behaviors.v Switch.v Determinism.v Unityping.v
# Back-end modules (in backend/, $(ARCH)/)