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 --- pkg/csource/gen.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/csource') diff --git a/pkg/csource/gen.go b/pkg/csource/gen.go index 196aaf554..dc03010cb 100644 --- a/pkg/csource/gen.go +++ b/pkg/csource/gen.go @@ -41,7 +41,7 @@ func main() { "common_usb.h", "android/android_seccomp.h", "kvm.h", - "kvm.S.h", + "kvm_amd64.S.h", } data = replaceIncludes(executorFilenames, "../../executor/", data) androidFilenames := []string{ -- cgit mrf-deployment