ia64/xen-unstable
changeset 17902:6ace85eb96c0
PV-GRUB: compilation fix caused by 17880
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Fri Jun 20 18:37:29 2008 +0100 (2008-06-20) |
parents | 00af74d06652 |
children | 597058a3b619 |
files | stubdom/grub/Makefile |
line diff
1.1 --- a/stubdom/grub/Makefile Fri Jun 20 18:02:46 2008 +0100 1.2 +++ b/stubdom/grub/Makefile Fri Jun 20 18:37:29 2008 +0100 1.3 @@ -5,7 +5,7 @@ vpath %.c ../grub-cvs 1.4 1.5 BOOT=boot-$(XEN_TARGET_ARCH).o 1.6 1.7 -DEF_CPPFLAGS += -I$(XEN_ROOT)/tools/libxc -I. 1.8 +DEF_CPPFLAGS += -I$(XEN_ROOT)/tools/libxc -I$(XEN_ROOT)/tools/include -I. 1.9 DEF_CPPFLAGS += -I../grub-cvs/stage1 1.10 DEF_CPPFLAGS += -I../grub-cvs/stage2 1.11 DEF_CPPFLAGS += -I../grub-cvs/netboot