tools: drop explicit path specifications for qemu build
authorJuergen Gross <jgross@suse.com>
Fri, 28 Aug 2020 15:07:18 +0000 (17:07 +0200)
committerWei Liu <wl@xen.org>
Wed, 9 Sep 2020 10:57:21 +0000 (10:57 +0000)
commit0b77395ef2f20058305240f2395883b1d961982a
tree514565de696bcfe36e6ee66aea7b4053ee29b6f1
parent52dbd6f07cea7a776ba1fcc76f111c311c8a1412
tools: drop explicit path specifications for qemu build

Since more than three years now qemu is capable to set the needed
include and library paths for the Xen libraries via pkg-config.

So drop the specification of those paths in tools/Makefile. This will
enable to move libxenctrl away from tools/libxc, as qemu's configure
script has special treatment of this path.

Signed-off-by: Juergen Gross <jgross@suse.com>
Acked-by: Wei Liu <wl@xen.org>
tools/Makefile