]> xenbits.xen.org Git - xenclient/xen-pq.git/commitdiff
tools-hvm-info: Use LDFLAGS on linking.
authorJean Guyader <jean.guyader@eu.citrix.com>
Fri, 22 Jan 2010 18:25:51 +0000 (18:25 +0000)
committerJean Guyader <jean.guyader@eu.citrix.com>
Fri, 22 Jan 2010 18:25:51 +0000 (18:25 +0000)
master/tools-hvm-info

index c66c9776490ee16f3a6fb94dfa4267bfbb96ac53..e11e8b97be39f30ac15ac4c8aae9e79914f1ecb8 100644 (file)
@@ -1,10 +1,10 @@
 diff --git a/tools/Makefile b/tools/Makefile
-index ea26bd9..89fe01f 100644
+index 77e53dd..6047098 100644
 --- a/tools/Makefile
 +++ b/tools/Makefile
 @@ -26,6 +26,7 @@ SUBDIRS-$(LIBXENAPI_BINDINGS) += libxen
  SUBDIRS-n += fs-back
- SUBDIRS-$(CONFIG_IOEMU) += ioemu-dir
#SUBDIRS-$(CONFIG_IOEMU) += ioemu-dir
  SUBDIRS-y += xenpmd
 +SUBDIRS-y += hvm-info
  
@@ -533,7 +533,7 @@ index 0000000..c20f517
 +
 diff --git a/tools/hvm-info/Makefile b/tools/hvm-info/Makefile
 new file mode 100644
-index 0000000..fc13931
+index 0000000..22bc3a0
 --- /dev/null
 +++ b/tools/hvm-info/Makefile
 @@ -0,0 +1,29 @@
@@ -562,7 +562,7 @@ index 0000000..fc13931
 +-include $(DEPS)
 +
 +hvm-info: $(HVM_INFO_OBJ)
-+      $(CC) $^ -o $@ -lxenctrl -L../libxc
++      $(CC) $(LDFLAGS) $^ -o $@ -lxenctrl -L../libxc
 +
 +# never delete any intermediate files.
 +.SECONDARY: