blob: 21aefad220c82a7e915c9adeb51dde959ef61504 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
softmmu_ss.add(when: 'CONFIG_TCG', if_true: 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',
'replay-debugging.c',
), if_false: files('stubs-system.c'))
|