aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2020-12-04 17:19:46 +0100
committerCyril SIX <cyril.six@kalray.eu>2020-12-04 17:19:46 +0100
commitf2fb8540c94ceb9892510f83bd7d6734fe9d422f (patch)
tree8b417136f1f1dc0931f123dda1a3322e08a293a8 /Makefile
parent2d41078f6864c8138321e0c27440a8f93d815ea5 (diff)
downloadcompcert-kvx-f2fb8540c94ceb9892510f83bd7d6734fe9d422f.tar.gz
compcert-kvx-f2fb8540c94ceb9892510f83bd7d6734fe9d422f.zip
Fixing compilation for KVX
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 0327b729..f3e5aef5 100644
--- a/Makefile
+++ b/Makefile
@@ -27,6 +27,8 @@ else
ARCHDIRS?=$(ARCH)_$(BITSIZE) $(ARCH)
endif
+BACKENDLIB?=Asmgenproof0.v
+
DIRS := lib common $(ARCHDIRS) backend cfrontend driver exportclight cparser
COQINCLUDES := $(foreach d, $(DIRS), -R $(d) compcert.$(subst /,.,$d))
@@ -122,7 +124,7 @@ BACKEND=\
Debugvar.v Debugvarproof.v \
Mach.v \
Bounds.v Stacklayout.v Stacking.v Stackingproof.v \
- Asm.v Asmgen.v Asmgenproof0.v Asmgenproof.v Asmaux.v \
+ Asm.v Asmgen.v Asmgenproof.v Asmaux.v \
$(BACKENDLIB)
ifneq ($(ARCH),kvx)