diff options
Diffstat (limited to '')
-rw-r--r-- | debian/config/s390x/defines | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/debian/config/s390x/defines b/debian/config/s390x/defines new file mode 100644 index 000000000..84ee6d0b4 --- /dev/null +++ b/debian/config/s390x/defines @@ -0,0 +1,21 @@ +[base] +flavours: + s390x +kernel-arch: s390 + +[build] +image-file: arch/s390/boot/bzImage +vdso: true + +[image] +bootloaders: s390-tools +install-stem: vmlinuz + +[relations] +headers%gcc-8: linux-compiler-gcc-8-s390 + +[s390x_build] +debug-info: true + +[s390x_description] +hardware: IBM zSeries |