aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/csource
diff options
context:
space:
mode:
authorAlexey Kardashevskiy <aik@linux.ibm.com>2021-07-14 15:12:39 +1000
committerDmitry Vyukov <dvyukov@google.com>2021-07-19 11:29:36 +0200
commit4760a80fad88909b48c1b60dd8c6d7ba991a2416 (patch)
tree192e5ac175c3cdbe6ae73ee6c3bd943db015c249 /pkg/csource
parent40c360bea98928f9826762046ddeefad6405ca09 (diff)
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 <aik@linux.ibm.com>
Diffstat (limited to 'pkg/csource')
-rw-r--r--pkg/csource/gen.go2
1 files changed, 1 insertions, 1 deletions
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{