diff options
| author | Marc-André Lureau | 2019-07-24 17:16:22 +0200 |
|---|---|---|
| committer | Paolo Bonzini | 2020-08-21 12:30:23 +0200 |
| commit | 5516623020db6a4f3ebee42b2fd6a5c517f939a9 (patch) | |
| tree | d2862773050115121dc998d484707a1bbd66234b /Makefile.objs | |
| parent | meson: convert replay directory to Meson (diff) | |
| download | qemu-5516623020db6a4f3ebee42b2fd6a5c517f939a9.tar.gz qemu-5516623020db6a4f3ebee42b2fd6a5c517f939a9.tar.xz qemu-5516623020db6a4f3ebee42b2fd6a5c517f939a9.zip | |
meson: convert migration directory to Meson
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'Makefile.objs')
| -rw-r--r-- | Makefile.objs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Makefile.objs b/Makefile.objs index cfb2cf2b49..9d0a82d82a 100644 --- a/Makefile.objs +++ b/Makefile.objs @@ -43,7 +43,6 @@ common-obj-y = net/ common-obj-$(CONFIG_LINUX) += fsdev/ common-obj-y += accel/ -common-obj-y += migration/ common-obj-$(CONFIG_AUDIO_ALSA) += audio-alsa$(DSOSUF) common-obj-$(CONFIG_AUDIO_OSS) += audio-oss$(DSOSUF) |
