]> git.proxmox.com Git - mirror_qemu.git/commit - MAINTAINERS
tests/tcg/Makefile: update to be called from Makefile.target
authorAlex Bennée <alex.bennee@linaro.org>
Fri, 6 Apr 2018 12:32:18 +0000 (13:32 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 20 Jun 2018 19:22:34 +0000 (20:22 +0100)
commit7e97017e7db3c0ce552cf1a58df8bb97bde29c98
treee189135e3a414b14128eebfb6f3598446b6b5c77
parent97103c256e7e79f2cd0e6336040b08386bad1c95
tests/tcg/Makefile: update to be called from Makefile.target

This make is now invoked from each individual target make with the
appropriate CC and EXTRA_CFLAGS set for each guest. It then includes
additional Makefile.targets from:

  - tests/tcg/multiarch (always)
  - tests/tcg/$(TARGET_BASE_ARCH) (if available)
  - tests/tcg/$(TARGET_NAME)

The order is important as the later Makefile's may want to suppress
TESTS from its base arch profile. Each included Makefile.target is
responsible for adding TESTS as well as defining any special build
instructions for individual tests.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
MAINTAINERS
tests/tcg/Makefile