migration: Build migration_files once
authorRichard Henderson <richard.henderson@linaro.org>
Thu, 18 May 2023 03:05:43 +0000 (20:05 -0700)
committerRichard Henderson <richard.henderson@linaro.org>
Tue, 23 May 2023 23:51:18 +0000 (16:51 -0700)
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>
migration/meson.build

index a8e01e70aec1b98694123df316b78e6c33bbce22..8ba6e420fe917f8b020c9b36ae8ed98873f2fab7 100644 (file)
@@ -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',