X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=qemu%2Fhw%2Ftpm%2FMakefile.objs;fp=qemu%2Fhw%2Ftpm%2FMakefile.objs;h=64cecc3b6706827ff7d7209c4493b8d5de4aec7d;hb=e44e3482bdb4d0ebde2d8b41830ac2cdb07948fb;hp=0000000000000000000000000000000000000000;hpb=9ca8dbcc65cfc63d6f5ef3312a33184e1d726e00;p=kvmfornfv.git diff --git a/qemu/hw/tpm/Makefile.objs b/qemu/hw/tpm/Makefile.objs new file mode 100644 index 000000000..64cecc3b6 --- /dev/null +++ b/qemu/hw/tpm/Makefile.objs @@ -0,0 +1,2 @@ +common-obj-$(CONFIG_TPM_TIS) += tpm_tis.o +common-obj-$(CONFIG_TPM_PASSTHROUGH) += tpm_passthrough.o tpm_util.o