Compile most Xen files only once

Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
Blue Swirl 2009-05-21 15:54:48 +00:00
parent e20a8dff4c
commit 2567f5796c
4 changed files with 14 additions and 2 deletions

5
configure vendored
View file

@ -1708,6 +1708,11 @@ else
exit 1
fi
if test "$xen" = "yes" ;
then
echo "CONFIG_XEN=yes" >> $config_mak
fi
tools=
if test `expr "$target_list" : ".*softmmu.*"` != 0 ; then
tools="qemu-img\$(EXESUF) $tools"