1 specific_ss.add(when: 'CONFIG_SOFTMMU', if_true: [files(
15 specific_ss.add(when: ['CONFIG_SOFTMMU', 'CONFIG_TCG'], if_true: [files(
23 ), sdl, libpmem, libdaxctl)
25 softmmu_ss.add(when: 'CONFIG_TPM', if_true: files('tpm.c'))
26 softmmu_ss.add(when: 'CONFIG_SECCOMP', if_true: [files('qemu-seccomp.c'), seccomp])
27 softmmu_ss.add(when: fdt, if_true: files('device_tree.c'))