1 specific_ss.add(when: 'CONFIG_SOFTMMU', if_true: [files(
20 specific_ss.add(when: ['CONFIG_SOFTMMU', 'CONFIG_TCG'], if_true: [files(
28 ), sdl, libpmem, libdaxctl)
30 softmmu_ss.add(when: 'CONFIG_TPM', if_true: files('tpm.c'))
31 softmmu_ss.add(when: seccomp, if_true: files('qemu-seccomp.c'))
32 softmmu_ss.add(when: fdt, if_true: files('device_tree.c'))