]> xenbits.xensource.com Git - qemu-xen-4.0-testing.git/commitdiff
Build tpm_tis.c
authorIan Jackson <iwj@mariner.uk.xensource.com>
Wed, 9 Jul 2008 14:36:26 +0000 (15:36 +0100)
committerIan Jackson <Ian.Jackson@eu.citrix.com>
Wed, 9 Jul 2008 14:36:26 +0000 (15:36 +0100)
hw/tpm_tis.c
xen-hooks.mak

index a4742e6a4ade89e1c98c129b0ef6f54a70e4a167..c02a6493ca8f5c9b258ad6b3d1e692bc7a4430ae 100644 (file)
 #include <sys/un.h>
 #include <fcntl.h>
 #include <errno.h>
-#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
 
index 918d9c0c749798c5e1349555481450beecd7738e..4e8b1fa21d111e5e012370aa756108e77a328245 100644 (file)
@@ -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