mirror of https://github.com/xemu-project/xemu.git
migration: Build migration_files once
The items in migration_files are built for libmigration and included info softmmu_ss from there; no need to also include them directly. Reviewed-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Juan Quintela <quintela@redhat.com> Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
parent
7ba7db9fa1
commit
b5c0d842d6
|
@ -8,7 +8,6 @@ migration_files = files(
|
||||||
'qemu-file.c',
|
'qemu-file.c',
|
||||||
'yank_functions.c',
|
'yank_functions.c',
|
||||||
)
|
)
|
||||||
softmmu_ss.add(migration_files)
|
|
||||||
|
|
||||||
softmmu_ss.add(files(
|
softmmu_ss.add(files(
|
||||||
'block-dirty-bitmap.c',
|
'block-dirty-bitmap.c',
|
||||||
|
|
Loading…
Reference in New Issue