Upstream: https://gitlab.com/qemu-project/qemu.git Upstream-Commit: d2e570cc0f97b936902a5b1b86b73c0f5998b475
6 lines
191 B
Meson
6 lines
191 B
Meson
i386_mshv_ss = ss.source_set()
|
|
i386_mshv_ss.add(files('clock.c'))
|
|
i386_mshv_ss.add(when: 'CONFIG_APIC', if_true: files('apic.c'))
|
|
|
|
i386_ss.add_all(when: 'CONFIG_MSHV', if_true: i386_mshv_ss)
|