Merge pull request #31 from rmalmain/sync_exit

Fix: added exit.c in build system.
This commit is contained in:
Andrea Fioraldi 2023-11-21 13:46:35 +01:00 committed by GitHub
commit 5d31b09a11
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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