diff options
| author | Stefan Berger | 2013-03-28 12:26:21 +0100 |
|---|---|---|
| committer | Anthony Liguori | 2013-04-02 15:15:18 +0200 |
| commit | 8f0605cc9caacbcc647a6df9ae541ed2da4b9bb0 (patch) | |
| tree | 384017221d7b4dbf02fc246e314e0a89dcc32ca0 /backends/Makefile.objs | |
| parent | qemu-char: rewrite io_channel_send_all and drop the '_all' suffix (diff) | |
| download | qemu-8f0605cc9caacbcc647a6df9ae541ed2da4b9bb0.tar.gz qemu-8f0605cc9caacbcc647a6df9ae541ed2da4b9bb0.tar.xz qemu-8f0605cc9caacbcc647a6df9ae541ed2da4b9bb0.zip | |
QOM-ify the TPM support
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>
Diffstat (limited to 'backends/Makefile.objs')
| -rw-r--r-- | backends/Makefile.objs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/backends/Makefile.objs b/backends/Makefile.objs index 464bc3e220..42557d54ea 100644 --- a/backends/Makefile.objs +++ b/backends/Makefile.objs @@ -4,3 +4,5 @@ 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 |
