All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] PV-GRUB: compilation fix caused by 17880
@ 2008-06-20 17:10 Samuel Thibault
  0 siblings, 0 replies; only message in thread
From: Samuel Thibault @ 2008-06-20 17:10 UTC (permalink / raw)
  To: xen-devel

PV-GRUB: compilation fix caused by 17880

Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>

diff -r ba7d5b79d992 stubdom/grub/Makefile
--- a/stubdom/grub/Makefile	Fri Jun 20 17:52:00 2008 +0100
+++ b/stubdom/grub/Makefile	Fri Jun 20 18:08:57 2008 +0100
@@ -5,7 +5,7 @@
 
 BOOT=boot-$(XEN_TARGET_ARCH).o
 
-DEF_CPPFLAGS += -I$(XEN_ROOT)/tools/libxc -I.
+DEF_CPPFLAGS += -I$(XEN_ROOT)/tools/libxc -I$(XEN_ROOT)/tools/include -I.
 DEF_CPPFLAGS += -I../grub-cvs/stage1
 DEF_CPPFLAGS += -I../grub-cvs/stage2
 DEF_CPPFLAGS += -I../grub-cvs/netboot

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-06-20 17:10 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-06-20 17:10 [PATCH] PV-GRUB: compilation fix caused by 17880 Samuel Thibault

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.