diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-12-26 17:16:29 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-12-27 13:51:08 +0100 |
| commit | 22a17c87fd2e97a3569db60e51a59806a7854596 (patch) | |
| tree | 4d6fbb8997bf2eff1f7eaa8dc5b9ace61a75a81e /dashboard/config/linux/bits/s390.yml | |
| parent | c987571fb4ee2e83cff55cfac7720767c7262fde (diff) | |
dashboard/config/linux: add s390 config
Diffstat (limited to 'dashboard/config/linux/bits/s390.yml')
| -rw-r--r-- | dashboard/config/linux/bits/s390.yml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dashboard/config/linux/bits/s390.yml b/dashboard/config/linux/bits/s390.yml new file mode 100644 index 000000000..83f1691cf --- /dev/null +++ b/dashboard/config/linux/bits/s390.yml @@ -0,0 +1,12 @@ +# Copyright 2020 syzkaller project authors. All rights reserved. +# Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file. + +shell: + - make defconfig + - make kvm_guest.config + +config: + # CMDLINE is not supported on s390, which is bad as we rely on the builtin CMDLINE for lots of things... + - CMDLINE: [n, override] + # Not necessary and may speed up boot. + - RELOCATABLE: n |
