aboutsummaryrefslogtreecommitdiffstats
path: root/tools/vtpm_manager/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* build: Make XEN_ROOT an absolute path.Keir Fraser2011-03-171-1/+1
| | | | | | | | Otherwise make can search the path relative to certain standard paths such as /usr/include (e.g., the line '-include $(XEN_ROOT)/.config' in Config.mk suffers from this). Signed-off-by: Keir Fraser <keir@xen.org>
* tools/vtpm_manager build: Use generic subdirs rules.Keir Fraser2008-03-251-18/+2
| | | | Signed-off-by: Bastian Blank <waldi@debian.org>
* tools/vtpm_manager build: Cleanup makefiles.Keir Fraser2008-03-251-16/+5
| | | | | | | Remove unnecessary openssl check. Use VPATH. Make clean remove all generated files. Signed-off-by: Bastian Blank <waldi@debian.org>
* [VTPM_Tools] Support for (non-local) Migration added. Local migrationkfraser@localhost.localdomain2006-07-101-5/+9
| | | | | | | works provided that the hotplug scripts deliver the "suspend" before the "resume," but this is not always true. Signed-off-by: Vinnie Scarlata <vincent.r.scarlata@intel.com>
* build: Clean up use of .PHONYkaf24@firebug.cl.cam.ac.uk2006-04-101-0/+5
| | | | | | | | | | | | * Move .PHONY directives next to targets, this makes them a lot harder to miss * Add missing .PHONY directives * Remove nonexistent .PHONY directives * Hopefully I didn'T miss anything... Signed-Off-By: Horms <horms@verge.net.au>
* VTPM Tools: Fix threading bug in vtpm_manager while using NPTL. Nowkaf24@firebug.cl.cam.ac.uk2006-02-161-1/+1
| | | | | | | | supports Linux Threads and NPTL threads. Also clean up vtpm Makefile. Signed-off-by: Vinnie Scarlata <vincent.r.scarlata@intel.com>
* Adds a check to vtpm_manager and vtpm Makefiles to verify openssl andkaf24@firebug.cl.cam.ac.uk2006-01-121-3/+8
| | | | | | | | | | 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>
* vTPM manager - Intel/IBM joint TPM Virtualization implementation for Xen. shand@ubuntu.eng.hq.xensource.com2005-08-301-0/+31
This is a software implementation for people without h/w vTPM support. Signed-off-by: Vinnie Scarlata <vincent.r.scarlata@intel.com> Signed-off-by: Joseph Cihula <joseph.cihula@intel.com> Signed-off-by: Steven Hand <steven@xensource.com>