From 6feee4bb2be06b0853558e51d4384df2c4df1b68 Mon Sep 17 00:00:00 2001 From: Matthew Fioravante Date: Thu, 13 Dec 2012 10:10:54 -0500 Subject: [PATCH 4/9] Remove vtpm from default build targets Signed-off-by: Matthew Fioravante --- stubdom/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stubdom/Makefile b/stubdom/Makefile index fc70d88..357ee70 100644 --- a/stubdom/Makefile +++ b/stubdom/Makefile @@ -86,12 +86,12 @@ TARGET_CPPFLAGS += -I$(XEN_ROOT)/xen/include TARGET_LDFLAGS += -nostdlib -L$(CROSS_PREFIX)/$(GNU_TARGET_ARCH)-xen-elf/lib -TARGETS=ioemu c caml grub xenstore vtpm vtpmmgr +TARGETS=ioemu c caml grub xenstore .PHONY: all all: build ifeq ($(STUBDOM_SUPPORTED),1) -build: genpath ioemu-stubdom c-stubdom pv-grub xenstore-stubdom vtpm-stubdom vtpmmgrdom +build: genpath ioemu-stubdom c-stubdom pv-grub xenstore-stubdom else build: genpath endif @@ -483,7 +483,7 @@ xenstore-stubdom: mini-os-$(XEN_TARGET_ARCH)-xenstore libxc xenstore ######### ifeq ($(STUBDOM_SUPPORTED),1) -install: genpath install-readme install-ioemu install-grub install-xenstore install-vtpm install-vtpmmgr +install: genpath install-readme install-ioemu install-grub install-xenstore else install: genpath endif -- 1.7.10.4