aboutsummaryrefslogtreecommitdiffstats
path: root/tools/vtpm/Rules.mk
diff options
context:
space:
mode:
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-01-12 14:27:20 +0100
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>2006-01-12 14:27:20 +0100
commit71e8ec899aed517e21f359d6f06ab86244179479 (patch)
tree882e98d0db1f4773cb24716f2fce119e02ee31b7 /tools/vtpm/Rules.mk
parentb85612442b24664719ab992ebf744bb7c1086955 (diff)
downloadxen-71e8ec899aed517e21f359d6f06ab86244179479.tar.gz
xen-71e8ec899aed517e21f359d6f06ab86244179479.tar.bz2
xen-71e8ec899aed517e21f359d6f06ab86244179479.zip
Adds a check to vtpm_manager and vtpm Makefiles to verify openssl and
gmp dev files are installed. If files are missing, Makefile exits with a message indicating that these tools will not be built, rather than an error, which prevents Xen from building. Signed-off-by: Vinnie Scarlata <vincent.r.scarlata@intel.com>
Diffstat (limited to 'tools/vtpm/Rules.mk')
-rw-r--r--tools/vtpm/Rules.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/vtpm/Rules.mk b/tools/vtpm/Rules.mk
index e840df141f..93b84cdaa5 100644
--- a/tools/vtpm/Rules.mk
+++ b/tools/vtpm/Rules.mk
@@ -33,5 +33,7 @@ $(OBJS): $(SRCS)
-include $(DEP_FILES)
+BUILD_EMULATOR = n
+
# Make sure these are just rules
.PHONY : all build install clean