diff options
author | Richard Henderson <richard.henderson@linaro.org> | 2023-05-17 20:05:43 -0700 |
---|---|---|
committer | Richard Henderson <richard.henderson@linaro.org> | 2023-05-23 16:51:18 -0700 |
commit | b5c0d842d6ea6456bdabfdff5ce853be296cf234 (patch) | |
tree | ff01768048baeee7e63aa021f3e8e206f55937eb /migration | |
parent | 7ba7db9fa101f59cd42cc8ead8a83b121a852943 (diff) | |
download | qemu-b5c0d842d6ea6456bdabfdff5ce853be296cf234.zip qemu-b5c0d842d6ea6456bdabfdff5ce853be296cf234.tar.gz qemu-b5c0d842d6ea6456bdabfdff5ce853be296cf234.tar.bz2 |
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>
Diffstat (limited to 'migration')
-rw-r--r-- | migration/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/migration/meson.build b/migration/meson.build index a8e01e7..8ba6e42 100644 --- a/migration/meson.build +++ b/migration/meson.build @@ -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', |