aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-07-19 14:20:53 +0200
committerLéo Gourdin <leo.gourdin@univ-grenoble-alpes.fr>2021-07-19 14:20:53 +0200
commitf59ff208a301bf3f04aab350d9f0b3b217ddeac3 (patch)
tree3045fd9a1be3a4ff7a487d37c8acf13458c8d8b7 /Makefile
parentc9cb80f008c919d543212dc69b5fbcd7a0d73df8 (diff)
downloadcompcert-kvx-f59ff208a301bf3f04aab350d9f0b3b217ddeac3.tar.gz
compcert-kvx-f59ff208a301bf3f04aab350d9f0b3b217ddeac3.zip
Finish implem proof, need to adapt scheduler proof
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index ef1048b3..c4c45291 100644
--- a/Makefile
+++ b/Makefile
@@ -162,7 +162,8 @@ SCHEDULING= \
RTLpathSchedulerproof.v RTLpath.v \
RTLpathScheduler.v RTLpathWFcheck.v \
BTL.v BTLmatchRTL.v BTLtoRTL.v BTLtoRTLproof.v RTLtoBTL.v RTLtoBTLproof.v \
- BTL_Livecheck.v BTL_Scheduler.v BTL_Schedulerproof.v BTL_SEtheory.v BTL_SEsimuref.v
+ BTL_Livecheck.v BTL_Scheduler.v BTL_Schedulerproof.v\
+ BTL_SEtheory.v BTL_SEsimuref.v BTL_SEimpl.v
# C front-end modules (in cfrontend/)