aboutsummaryrefslogtreecommitdiffstats
path: root/stubdom/grub/Makefile
diff options
context:
space:
mode:
authorDaniel De Graaf <dgdegra@tycho.nsa.gov>2013-03-21 16:11:28 -0400
committerIan Campbell <ian.campbell@citrix.com>2013-04-12 14:28:18 +0100
commitd78dab3eca85f9ff14af55583d83829e96a76b76 (patch)
treec3081153e92b02b20d5441510b4295224205abcc /stubdom/grub/Makefile
parent4eea1da06217cf5b8ea83387b79dcc6f332354fb (diff)
downloadxen-d78dab3eca85f9ff14af55583d83829e96a76b76.tar.gz
xen-d78dab3eca85f9ff14af55583d83829e96a76b76.tar.bz2
xen-d78dab3eca85f9ff14af55583d83829e96a76b76.zip
stubdom/grub: send kernel measurements to vTPM
This allows a domU with an arbitrary kernel and initrd to take advantage of the static root of trust provided by a vTPM. Signed-off-by: Daniel De Graaf <dgdegra@tycho.nsa.gov> Acked-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Acked-by: Matthew Fioravante <matthew.fioravante@jhuapl.edu>
Diffstat (limited to 'stubdom/grub/Makefile')
-rw-r--r--stubdom/grub/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/stubdom/grub/Makefile b/stubdom/grub/Makefile
index d6e3a1e5b6..6bd2c4c9f1 100644
--- a/stubdom/grub/Makefile
+++ b/stubdom/grub/Makefile
@@ -60,6 +60,7 @@ NETBOOT_SOURCES:=$(addprefix netboot/,$(NETBOOT_SOURCES))
$(BOOT): DEF_CPPFLAGS+=-D__ASSEMBLY__
PV_GRUB_SOURCES = kexec.c mini-os.c
+PV_GRUB_SOURCES += ../polarssl-$(XEN_TARGET_ARCH)/library/sha1.o
SOURCES = $(NETBOOT_SOURCES) $(STAGE2_SOURCES) $(PV_GRUB_SOURCES)