ca64b08638
TPM subsytem is split into backends (see commitf4ede81eed
) and frontends (see i.e.3676bc69b3
). Keep the emulated hardware 'frontends' under hw/tpm/, but move the backends in the backends/tpm/ directory. Suggested-by: Marc-André Lureau <marcandre.lureau@redhat.com> Signed-off-by: Philippe Mathieu-Daudé <philmd@redhat.com> Message-id: 20200612085444.8362-13-philmd@redhat.com Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com>
5 lines
167 B
Makefile
5 lines
167 B
Makefile
common-obj-y += tpm_backend.o
|
|
common-obj-y += tpm_util.o
|
|
common-obj-$(CONFIG_TPM_PASSTHROUGH) += tpm_passthrough.o
|
|
common-obj-$(CONFIG_TPM_EMULATOR) += tpm_emulator.o
|