From: Ian Jackson Date: Wed, 9 Jul 2008 14:36:26 +0000 (+0100) Subject: Build tpm_tis.c X-Git-Tag: xen-3.3.0-rc1~44 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=516e5aa0cbd371b8d3b1cc2f93ab1595aaec3d11;p=qemu-xen-3.3-testing.git Build tpm_tis.c --- diff --git a/hw/tpm_tis.c b/hw/tpm_tis.c index a4742e6a..c02a6493 100644 --- a/hw/tpm_tis.c +++ b/hw/tpm_tis.c @@ -23,7 +23,13 @@ #include #include #include -#include "vl.h" + +#include "qemu-common.h" +#include "hw.h" +#include "pci.h" +#include "qemu-timer.h" +#include "qemu-xen.h" +#include "exec-all.h" //#define DEBUG_TPM diff --git a/xen-hooks.mak b/xen-hooks.mak index 918d9c0c..4e8b1fa2 100644 --- a/xen-hooks.mak +++ b/xen-hooks.mak @@ -35,6 +35,7 @@ OBJS += xen_machine_fv.o OBJS += xen_blktap.o OBJS += exec-dm.o OBJS += pci_emulation.o +OBJS += tpm_tis.o ifdef CONFIG_STUBDOM CONFIG_PASSTHROUGH=1