mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-07 09:43:56 -06:00
Compile most Xen files only once
Signed-off-by: Blue Swirl <blauwirbel@gmail.com>
This commit is contained in:
parent
e20a8dff4c
commit
2567f5796c
4 changed files with 14 additions and 2 deletions
5
configure
vendored
5
configure
vendored
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue