meson: convert replay directory to Meson
Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
This commit is contained in:
parent
7c58bb769d
commit
17ef2af6b6
@ -68,7 +68,6 @@ common-obj-$(if $(and $(CONFIG_BZIP2),$(CONFIG_DMG)),m) += block-dmg-bz2$(DSOSUF
|
||||
common-obj-y += hw/
|
||||
common-obj-m += hw/
|
||||
|
||||
common-obj-y += replay/
|
||||
common-obj-y += backends/
|
||||
|
||||
common-obj-y += qapi/
|
||||
|
@ -656,6 +656,7 @@ common_ss.add(files('cpus-common.c'))
|
||||
|
||||
subdir('softmmu')
|
||||
subdir('monitor')
|
||||
subdir('replay')
|
||||
|
||||
# needed for fuzzing binaries
|
||||
subdir('tests/qtest/libqos')
|
||||
|
@ -1,10 +0,0 @@
|
||||
common-obj-y += replay.o
|
||||
common-obj-y += replay-internal.o
|
||||
common-obj-y += replay-events.o
|
||||
common-obj-y += replay-time.o
|
||||
common-obj-y += replay-input.o
|
||||
common-obj-y += replay-char.o
|
||||
common-obj-y += replay-snapshot.o
|
||||
common-obj-y += replay-net.o
|
||||
common-obj-y += replay-audio.o
|
||||
common-obj-y += replay-random.o
|
12
replay/meson.build
Normal file
12
replay/meson.build
Normal file
@ -0,0 +1,12 @@
|
||||
softmmu_ss.add(files(
|
||||
'replay.c',
|
||||
'replay-internal.c',
|
||||
'replay-events.c',
|
||||
'replay-time.c',
|
||||
'replay-input.c',
|
||||
'replay-char.c',
|
||||
'replay-snapshot.c',
|
||||
'replay-net.c',
|
||||
'replay-audio.c',
|
||||
'replay-random.c',
|
||||
))
|
Loading…
Reference in New Issue
Block a user