aboutsummaryrefslogtreecommitdiffstats
path: root/stubdom/grub
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-06-20 18:37:29 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-06-20 18:37:29 +0100
commit63043beac5487b50e3ab062d6a91f8200752e1df (patch)
treeacf28d6c662d8535ac5f57c521491e1a965aed52 /stubdom/grub
parentfd9d7bdc9e9ead4282987a28204871b9d265e651 (diff)
downloadxen-63043beac5487b50e3ab062d6a91f8200752e1df.tar.gz
xen-63043beac5487b50e3ab062d6a91f8200752e1df.tar.bz2
xen-63043beac5487b50e3ab062d6a91f8200752e1df.zip
PV-GRUB: compilation fix caused by 17880
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
Diffstat (limited to 'stubdom/grub')
-rw-r--r--stubdom/grub/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/stubdom/grub/Makefile b/stubdom/grub/Makefile
index 4634c0927f..d7c3879d0d 100644
--- a/stubdom/grub/Makefile
+++ b/stubdom/grub/Makefile
@@ -5,7 +5,7 @@ vpath %.c ../grub-cvs
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