]> xenbits.xen.org Git - xenclient/xen-pq.git/commitdiff
tools-hvm-info: fixed Makefile
authorAlexandre Bique <alexandre.bique@citrix.com>
Wed, 10 Jun 2009 17:38:46 +0000 (17:38 +0000)
committerAlexandre Bique <alexandre.bique@citrix.com>
Wed, 10 Jun 2009 17:38:46 +0000 (17:38 +0000)
master/tools-hvm-info

index f0609d3842cb08572999ad547bb91244cf66bb63..20cdcfc7e7fb36dc87056e209c5f2cae401b4e58 100644 (file)
@@ -1,15 +1,15 @@
 diff --git a/tools/Makefile b/tools/Makefile
-index 00e3981..1d614d7 100644
+index ea26bd9..89fe01f 100644
 --- a/tools/Makefile
 +++ b/tools/Makefile
 @@ -26,6 +26,7 @@ SUBDIRS-$(LIBXENAPI_BINDINGS) += libxen
- SUBDIRS-$(CONFIG_Linux) += fs-back
+ SUBDIRS-n += fs-back
  SUBDIRS-$(CONFIG_IOEMU) += ioemu-dir
  SUBDIRS-y += xenpmd
 +SUBDIRS-y += hvm-info
  
  # These don't cross-compile
- ifeq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH))
#ifeq ($(XEN_COMPILE_ARCH),$(XEN_TARGET_ARCH))
 diff --git a/tools/hvm-info/COPYING b/tools/hvm-info/COPYING
 new file mode 100644
 index 0000000..c20f517
@@ -533,10 +533,10 @@ index 0000000..c20f517
 +
 diff --git a/tools/hvm-info/Makefile b/tools/hvm-info/Makefile
 new file mode 100644
-index 0000000..58fb978
+index 0000000..fc13931
 --- /dev/null
 +++ b/tools/hvm-info/Makefile
-@@ -0,0 +1,31 @@
+@@ -0,0 +1,29 @@
 +XEN_ROOT=../..
 +include $(XEN_ROOT)/tools/Rules.mk
 +
@@ -545,8 +545,6 @@ index 0000000..58fb978
 +
 +CFLAGS += -Werror -Wall -I../libxen/include/ -I../libxc -I../include
 +
-+
-+
 +all: hvm-info
 +
 +.PHONY: clean
@@ -563,7 +561,7 @@ index 0000000..58fb978
 +
 +-include $(DEPS)
 +
-+hvm-info: $(ALEX_OBJ)
++hvm-info: $(HVM_INFO_OBJ)
 +      $(CC) $^ -o $@ -lxenctrl -L../libxc
 +
 +# never delete any intermediate files.