diff options
author | Alex Bennée <alex.bennee@linaro.org> | 2018-04-17 11:14:37 +0100 |
---|---|---|
committer | Alex Bennée <alex.bennee@linaro.org> | 2018-06-20 20:22:34 +0100 |
commit | 3a082ec01b3993ff6575127042337614ca914e32 (patch) | |
tree | 4eee1cb31278e377271d004c69abc00a568eb2d8 /MAINTAINERS | |
parent | 25f9e7e8d722c283deb29decc01ab1a55f62b662 (diff) | |
download | qemu-3a082ec01b3993ff6575127042337614ca914e32.zip qemu-3a082ec01b3993ff6575127042337614ca914e32.tar.gz qemu-3a082ec01b3993ff6575127042337614ca914e32.tar.bz2 |
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>
Diffstat (limited to 'MAINTAINERS')
-rw-r--r-- | MAINTAINERS | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MAINTAINERS b/MAINTAINERS index 590c243..096b5bb 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -284,6 +284,7 @@ M: Eduardo Habkost <ehabkost@redhat.com> S: Maintained F: target/i386/ F: tests/tcg/i386/ +F: tests/tcg/x86_64/ F: hw/i386/ F: disas/i386.c T: git git://github.com/ehabkost/qemu.git x86-next |