mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-07-28 12:53:53 -06:00

QOM-ified the TPM support with much code borrowed from the rng implementation. All other TPM related code moves will be provided in a subsequent patch. Signed-off-by: Stefan Berger <stefanb@linux.vnet.ibm.com> Message-id: 1364469981.24703.1.camel@d941e-10 Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
8 lines
220 B
Text
8 lines
220 B
Text
common-obj-y += rng.o rng-egd.o
|
|
common-obj-$(CONFIG_POSIX) += rng-random.o
|
|
|
|
common-obj-y += msmouse.o
|
|
common-obj-$(CONFIG_BRLAPI) += baum.o
|
|
$(obj)/baum.o: QEMU_CFLAGS += $(SDL_CFLAGS)
|
|
|
|
common-obj-$(CONFIG_TPM) += tpm.o
|