From 98788b0918be5417ec7355ea7b029c3effde2564 Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 17 Jul 2008 15:33:15 +0100 Subject: PV-GRUB: use the 0.97 snapshot + patch instead of checking out from cvs Signed-off-by: Samuel Thibault --- stubdom/grub/Makefile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'stubdom/grub') diff --git a/stubdom/grub/Makefile b/stubdom/grub/Makefile index 1bb103f2c3..d24fbc0afc 100644 --- a/stubdom/grub/Makefile +++ b/stubdom/grub/Makefile @@ -1,14 +1,14 @@ XEN_ROOT = ../.. include $(XEN_ROOT)/Config.mk -vpath %.c ../grub-cvs +vpath %.c ../grub-upstream BOOT=boot-$(XEN_TARGET_ARCH).o 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 +DEF_CPPFLAGS += -I../grub-upstream/stage1 +DEF_CPPFLAGS += -I../grub-upstream/stage2 +DEF_CPPFLAGS += -I../grub-upstream/netboot DEF_CPPFLAGS += -I$(XEN_ROOT)/tools/firmware/vgabios DEF_CPPFLAGS += -DWITHOUT_LIBC_STUBS DEF_CPPFLAGS += -DSUPPORT_NETBOOT -- cgit v1.2.3