Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
rth7680 committed May 23, 2023
1 parent 7ba7db9 commit b5c0d84
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion migration/meson.build
Expand Up @@ -8,7 +8,6 @@ migration_files = files(
'qemu-file.c',
'yank_functions.c',
)
softmmu_ss.add(migration_files)

softmmu_ss.add(files(
'block-dirty-bitmap.c',
Expand Down

0 comments on commit b5c0d84

Please sign in to comment.