]> git.proxmox.com Git - mirror_qemu.git/commit - meson.build
dtc: Convert Makefile bits to meson bits
authorPaolo Bonzini <pbonzini@redhat.com>
Mon, 5 Oct 2020 09:31:15 +0000 (11:31 +0200)
committerPaolo Bonzini <pbonzini@redhat.com>
Tue, 6 Oct 2020 06:34:45 +0000 (08:34 +0200)
commitfbb4121d5921feecf07751a6351c69fa46798596
treee0d16ee54aed59c714be63433ee22f3948f70bb8
parent4d34a86b2b4d28a2da66196c655a37888b85c036
dtc: Convert Makefile bits to meson bits

Build the library via the main meson.build just like for capstone.
This improves the current state of affairs in that we will re-link
the qemu executables against a changed libfdt.a, which we wouldn't
do before-hand, and lets us remove the whole recursive make machinery.

Tested-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
14 files changed:
Makefile
configure
default-configs/targets/aarch64-softmmu.mak
default-configs/targets/arm-softmmu.mak
default-configs/targets/microblaze-softmmu.mak
default-configs/targets/microblazeel-softmmu.mak
default-configs/targets/mips64el-softmmu.mak
default-configs/targets/ppc-softmmu.mak
default-configs/targets/ppc64-softmmu.mak
default-configs/targets/riscv32-softmmu.mak
default-configs/targets/riscv64-softmmu.mak
default-configs/targets/rx-softmmu.mak
meson.build
meson_options.txt