]> xenbits.xensource.com Git - xen.git/commitdiff
tools: Fix build of QEMU with lib xendevicemodel support
authorAnthony PERARD <anthony.perard@citrix.com>
Thu, 2 Mar 2017 11:22:35 +0000 (11:22 +0000)
committerWei Liu <wei.liu2@citrix.com>
Thu, 2 Mar 2017 11:32:21 +0000 (11:32 +0000)
Signed-off-by: Anthony PERARD <anthony.perard@citrix.com>
Acked-by: Wei Liu <wei.liu2@citrix.com>
tools/Makefile

index 68633a413d0b6819efe9f75b6cd77a758826be29..3e1546356781d37f2dbfaee659b0e5ef1a513a82 100644 (file)
@@ -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 \