tests/tcg/x86_64: add Makefile.target
commit3a082ec01b3993ff6575127042337614ca914e32
authorAlex Bennée <alex.bennee@linaro.org>
Tue, 17 Apr 2018 10:14:37 +0000 (17 11:14 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Wed, 20 Jun 2018 19:22:34 +0000 (20 20:22 +0100)
tree4eee1cb31278e377271d004c69abc00a568eb2d8
parent25f9e7e8d722c283deb29decc01ab1a55f62b662
tests/tcg/x86_64: add Makefile.target

The sources for x86_64 are shared in the i386 directory which will be
included thanks to TARGET_BASE_ARCH. However not all sources build so
we need to filter out the ones we can't build in the 64 bit world and
those that can't be built for 32 bit.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Tested-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
MAINTAINERS
tests/tcg/i386/Makefile.target
tests/tcg/x86_64/Makefile.target [new file with mode: 0644]