qemu

FORK: QEMU emulator
git clone https://git.neptards.moe/neptards/qemu.git
Log | Files | Refs | Submodules | LICENSE

meson.build (263B)


      1 if have_tpm
      2   softmmu_ss.add(files('tpm_backend.c'))
      3   softmmu_ss.add(files('tpm_util.c'))
      4   softmmu_ss.add(when: 'CONFIG_TPM_PASSTHROUGH', if_true: files('tpm_passthrough.c'))
      5   softmmu_ss.add(when: 'CONFIG_TPM_EMULATOR', if_true: files('tpm_emulator.c'))
      6 endif