Building on the introduction of config-$target.mak, make tests/tcg a "regular" subdirectory that is entered simply with "make -C", like the ROMs or the plugins.
The next step could be to unify all the sub-make rules; this series stops short of that. Paolo Paolo Bonzini (7): meson: put cross compiler info in a separate section build: include pc-bios/ part in the ROMS variable configure: allow more host/target combos to use the host compiler configure: move tests/tcg/Makefile.prereqs to root build directory configure: store container engine in config-host.mak tests: simplify Makefile invocation for tests/tcg tests/tcg: remove -f from Makefile invocation Makefile | 17 +++---- configure | 90 +++++++++++++++++++++-------------- meson.build | 15 +++--- tests/Makefile.include | 13 ++--- tests/docker/Makefile.include | 2 +- tests/tcg/Makefile.target | 2 +- 6 files changed, 77 insertions(+), 62 deletions(-) -- 2.36.1
