From: Anthony PERARD Date: Thu, 2 Mar 2017 11:22:35 +0000 (+0000) Subject: tools: Fix build of QEMU with lib xendevicemodel support X-Git-Tag: 4.9.0-rc1~364 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=9970e98ace48574701f7e2286fb67090481a3fec;p=xen.git tools: Fix build of QEMU with lib xendevicemodel support Signed-off-by: Anthony PERARD Acked-by: Wei Liu --- diff --git a/tools/Makefile b/tools/Makefile index 68633a413d..3e15463567 100644 --- a/tools/Makefile +++ b/tools/Makefile @@ -269,6 +269,7 @@ subdir-all-qemu-xen-dir: qemu-xen-dir-find -I$(XEN_ROOT)/tools/libs/evtchn/include \ -I$(XEN_ROOT)/tools/libs/gnttab/include \ -I$(XEN_ROOT)/tools/libs/foreignmemory/include \ + -I$(XEN_ROOT)/tools/libs/devicemodel/include \ -I$(XEN_ROOT)/tools/libxc/include \ -I$(XEN_ROOT)/tools/xenstore/include \ -I$(XEN_ROOT)/tools/xenstore/compat/include \ @@ -278,6 +279,7 @@ subdir-all-qemu-xen-dir: qemu-xen-dir-find -L$(XEN_ROOT)/tools/libs/evtchn \ -L$(XEN_ROOT)/tools/libs/gnttab \ -L$(XEN_ROOT)/tools/libs/foreignmemory \ + -L$(XEN_ROOT)/tools/libs/devicemodel \ -Wl,-rpath-link=$(XEN_ROOT)/tools/libs/toollog \ -Wl,-rpath-link=$(XEN_ROOT)/tools/libs/evtchn \ -Wl,-rpath-link=$(XEN_ROOT)/tools/libs/gnttab \