mirror of
https://git.proxmox.com/git/qemu
synced 2025-08-08 07:40:34 +00:00
Fold XEN_LIBS into libs_softmmu
Signed-off-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com> Message-Id:
This commit is contained in:
parent
fa838301c9
commit
3efd632b82
@ -247,9 +247,6 @@ endif
|
|||||||
|
|
||||||
# xen backend driver support
|
# xen backend driver support
|
||||||
obj-$(CONFIG_XEN) += xen_machine_pv.o xen_domainbuild.o
|
obj-$(CONFIG_XEN) += xen_machine_pv.o xen_domainbuild.o
|
||||||
ifeq ($(CONFIG_XEN), y)
|
|
||||||
LIBS += $(XEN_LIBS)
|
|
||||||
endif
|
|
||||||
|
|
||||||
# USB layer
|
# USB layer
|
||||||
obj-y += usb-ohci.o
|
obj-y += usb-ohci.o
|
||||||
|
3
configure
vendored
3
configure
vendored
@ -829,7 +829,7 @@ if test "$xen" = "yes" ; then
|
|||||||
int main(void) { xs_daemon_open(); xc_interface_open(); return 0; }
|
int main(void) { xs_daemon_open(); xc_interface_open(); return 0; }
|
||||||
EOF
|
EOF
|
||||||
if compile_prog "" "$xen_libs" ; then
|
if compile_prog "" "$xen_libs" ; then
|
||||||
:
|
libs_softmmu="$xen_libs $libs_softmmu"
|
||||||
else
|
else
|
||||||
xen="no"
|
xen="no"
|
||||||
fi
|
fi
|
||||||
@ -1694,7 +1694,6 @@ if test "$bluez" = "yes" ; then
|
|||||||
fi
|
fi
|
||||||
if test "$xen" = "yes" ; then
|
if test "$xen" = "yes" ; then
|
||||||
echo "CONFIG_XEN=y" >> $config_host_mak
|
echo "CONFIG_XEN=y" >> $config_host_mak
|
||||||
echo "XEN_LIBS=$xen_libs" >> $config_host_mak
|
|
||||||
fi
|
fi
|
||||||
if test "$aio" = "yes" ; then
|
if test "$aio" = "yes" ; then
|
||||||
echo "CONFIG_AIO=y" >> $config_host_mak
|
echo "CONFIG_AIO=y" >> $config_host_mak
|
||||||
|
Loading…
Reference in New Issue
Block a user