diff options
Diffstat (limited to 'qemu/hw/tpm/Makefile.objs')
-rw-r--r-- | qemu/hw/tpm/Makefile.objs | 2 |
1 files changed, 2 insertions, 0 deletions
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 |