1 specific_ss.add(when: 'CONFIG_SYSTEM_ONLY', if_true: [files(
24 'runstate-hmp-cmds.c',
28 ), sdl, libpmem, libdaxctl)
31 system_ss.add(files('tpm.c'))
34 system_ss.add(when: seccomp, if_true: files('qemu-seccomp.c'))
35 system_ss.add(when: 'CONFIG_DEVICE_TREE',
36 if_true: [fdt, files('device_tree.c')],
37 if_false: files('device_tree-stub.c'))
39 system_ss.add(files('async-teardown.c'))