aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-11-19 14:06:17 +0100
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2020-11-19 14:06:17 +0100
commit6d4b481077b0f84fab821b000975a0c066925173 (patch)
tree11981ff3e98c99a41fb2f9a01f80762d782b14b7 /Makefile
parent293e792b47dc725f4e4ed4eb73dd47eef6ca04c5 (diff)
downloadcompcert-kvx-6d4b481077b0f84fab821b000975a0c066925173.tar.gz
compcert-kvx-6d4b481077b0f84fab821b000975a0c066925173.zip
un peu de progrès sur le Makefile
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index c126bfcb..7adb45e8 100644
--- a/Makefile
+++ b/Makefile
@@ -125,7 +125,7 @@ BACKEND=\
Asm.v Asmgen.v Asmgenproof0.v Asmgenproof.v Asmaux.v \
$(BACKENDLIB)
-ifneq ($(ARCH), "kvx")
+ifneq ($(ARCH),kvx)
BACKEND += Asmgenproof1.v
endif