Fix: added exit.c in build system.

This commit is contained in:
Romain Malmain 2023-11-21 11:45:06 +01:00
parent 466658fc52
commit b595b3969a

View File

@ -2,4 +2,5 @@ specific_ss.add(when: 'CONFIG_SOFTMMU', if_true: [files(
'syx-snapshot/device-save.c', 'syx-snapshot/device-save.c',
'syx-snapshot/syx-snapshot.c', 'syx-snapshot/syx-snapshot.c',
'syx-snapshot/channel-buffer-writeback.c', 'syx-snapshot/channel-buffer-writeback.c',
'exit.c',
)]) )])