aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 2d16da42..067e54d2 100644
--- a/Makefile
+++ b/Makefile
@@ -65,8 +65,9 @@ COMMON=Errors.v AST.v Linking.v \
BACKEND=\
Cminor.v Op.v CminorSel.v \
- SelectOp.v SelectDiv.v SelectLong.v Selection.v \
- SelectOpproof.v SelectDivproof.v SelectLongproof.v Selectionproof.v \
+ SelectOp.v SelectDiv.v SplitLong.v SelectLong.v Selection.v \
+ SelectOpproof.v SelectDivproof.v SplitLongproof.v \
+ SelectLongproof.v Selectionproof.v \
Registers.v RTL.v \
RTLgen.v RTLgenspec.v RTLgenproof.v \
Tailcall.v Tailcallproof.v \