diff options
| author | Alexey Kardashevskiy <aik@linux.ibm.com> | 2021-07-14 15:12:39 +1000 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2021-07-19 11:29:36 +0200 |
| commit | 4760a80fad88909b48c1b60dd8c6d7ba991a2416 (patch) | |
| tree | 192e5ac175c3cdbe6ae73ee6c3bd943db015c249 /pkg/csource | |
| parent | 40c360bea98928f9826762046ddeefad6405ca09 (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.go | 2 |
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{ |
