From 4760a80fad88909b48c1b60dd8c6d7ba991a2416 Mon Sep 17 00:00:00 2001 From: Alexey Kardashevskiy Date: Wed, 14 Jul 2021 15:12:39 +1000 Subject: executor: prepare code generator to allow other achitectures At the moment only AMD64 is supported, change file names to emphasise this. Signed-off-by: Alexey Kardashevskiy --- .gitattributes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index 39fac4cbc..2629f82c1 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -executor/kvm.S.h linguist-generated +executor/kvm_amd64.S.h linguist-generated -- cgit mrf-deployment