From 63043beac5487b50e3ab062d6a91f8200752e1df Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Fri, 20 Jun 2008 18:37:29 +0100 Subject: PV-GRUB: compilation fix caused by 17880 Signed-off-by: Samuel Thibault --- stubdom/grub/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stubdom/grub') 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 -- cgit v1.2.3