]> xenbits.xensource.com Git - mini-os.git/commitdiff
Include libxendevicemodel with libxc xen-4.9.0-rc1.2 xen-RELEASE-4.9.0 xen-RELEASE-4.9.1 xen-RELEASE-4.9.2 xen-RELEASE-4.9.3 xen-RELEASE-4.9.4
authorPaul Durrant <paul.durrant@citrix.com>
Wed, 22 Feb 2017 11:03:37 +0000 (11:03 +0000)
committerWei Liu <wei.liu2@citrix.com>
Wed, 22 Feb 2017 13:09:16 +0000 (13:09 +0000)
libxendevicemodel has just been split out from libxc. From mini-os's
point of view we don't care about the distinction, so keep things
simple by just including libxendevicemodel if libxc is enabled.

Signed-off-by: Paul Durrant <paul.durrant@citrix.com>
Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
Makefile

index 74f2c31c96771516ac8caee96259c533991c1f15..ef8559bcc42c8bb8815a01c69039b324b1075f28 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -134,6 +134,8 @@ APP_LDLIBS += -L$(XEN_ROOT)/stubdom/libs-$(MINIOS_TARGET_ARCH)/call -whole-archi
 LIBS += $(XEN_ROOT)/stubdom/libs-$(MINIOS_TARGET_ARCH)/call/libxencall.a
 APP_LDLIBS += -L$(XEN_ROOT)/stubdom/libs-$(MINIOS_TARGET_ARCH)/foreignmemory -whole-archive -lxenforeignmemory -no-whole-archive
 LIBS += $(XEN_ROOT)/stubdom/libs-$(MINIOS_TARGET_ARCH)/foreignmemory/libxenforeignmemory.a
+APP_LDLIBS += -L$(XEN_ROOT)/stubdom/libs-$(MINIOS_TARGET_ARCH)/devicemodel -whole-archive -lxendevicemodel -no-whole-archive
+LIBS += $(XEN_ROOT)/stubdom/libs-$(MINIOS_TARGET_ARCH)/devicemodel/libxendevicemodel.a
 APP_LDLIBS += -L$(XEN_ROOT)/stubdom/libxc-$(MINIOS_TARGET_ARCH) -whole-archive -lxenguest -lxenctrl -no-whole-archive
 LIBS += $(XEN_ROOT)/stubdom/libxc-$(MINIOS_TARGET_ARCH)/libxenctrl.a
 LIBS += $(XEN_ROOT)/stubdom/libxc-$(MINIOS_TARGET_ARCH)/libxenguest.a