From: Marc-André Lureau <marcandre.lur...@redhat.com>

Hi,

Here is a series of patches to convert the remaining Makefile in pc-bios/ to
meson. I have done various tests to check that the resulting binaries are
working as expected, but I didn't cover it all, and I am not sure the test su=
ite
covers them all either.

Please review,

Marc-Andr=C3=A9 Lureau (6):
  meson: convert pc-bios/s390-ccw
  optionrom: make kvmapic.S compile with clang
  meson: convert pc-bios/optionrom
  build-sys: remove no longer needed ROMS variable
  build-sys: remove recurse-* rules
  meson: replace pc-bios/Makefile

 Makefile                      |  16 +--
 configure                     |  21 ----
 pc-bios/Makefile              |  19 ----
 pc-bios/meson.build           |  20 ++++
 pc-bios/optionrom/Makefile    |  73 --------------
 pc-bios/optionrom/kvmvapic.S  |   4 +-
 pc-bios/optionrom/meson.build |  73 ++++++++++++++
 pc-bios/s390-ccw/Makefile     |  62 ------------
 pc-bios/s390-ccw/meson.build  | 177 ++++++++++++++++++++++++++++++++++
 pc-bios/s390-ccw/netboot.mak  |  62 ------------
 subprojects/optionrom         |   1 +
 subprojects/s390-ccw          |   1 +
 12 files changed, 276 insertions(+), 253 deletions(-)
 delete mode 100644 pc-bios/Makefile
 delete mode 100644 pc-bios/optionrom/Makefile
 create mode 100644 pc-bios/optionrom/meson.build
 delete mode 100644 pc-bios/s390-ccw/Makefile
 create mode 100644 pc-bios/s390-ccw/meson.build
 delete mode 100644 pc-bios/s390-ccw/netboot.mak
 create mode 120000 subprojects/optionrom
 create mode 120000 subprojects/s390-ccw

--=20
2.26.2



Reply via email to