qemu with hax to log dma reads & writes jcs.org/2018/11/12/vfio

edk2 build scripts: honor external BaseTools flags with uefi-test-tools

Unify the recipe for "build-edk2-tools" in
"tests/uefi-test-tools/Makefile" with the recipe for "edk2-basetools" in
"roms/Makefile".

Cc: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Signed-off-by: Laszlo Ersek <lersek@redhat.com>
Message-Id: <20190920083808.21399-2-lersek@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com>

authored by

Laszlo Ersek and committed by
Philippe Mathieu-Daudé
53fde085 6f8a70f6

+3 -1
+3 -1
tests/uefi-test-tools/Makefile
··· 99 99 +./build.sh $(edk2_dir) BiosTablesTest $* $@ 100 100 101 101 build-edk2-tools: 102 - $(MAKE) -C $(edk2_dir)/BaseTools 102 + $(MAKE) -C $(edk2_dir)/BaseTools \ 103 + EXTRA_OPTFLAGS='$(EDK2_BASETOOLS_OPTFLAGS)' \ 104 + EXTRA_LDFLAGS='$(EDK2_BASETOOLS_LDFLAGS)' 103 105 104 106 clean: 105 107 rm -rf Build Conf log