aboutsummaryrefslogtreecommitdiffstats
path: root/stubdom/grub
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-07-17 15:33:15 +0100
committerKeir Fraser <keir.fraser@citrix.com>2008-07-17 15:33:15 +0100
commit98788b0918be5417ec7355ea7b029c3effde2564 (patch)
treee085624a3a5540827391212e82ede9588c14da08 /stubdom/grub
parent9415ef36a1e62f0b03ce932c1a48d1f7ea3a0f6c (diff)
downloadxen-98788b0918be5417ec7355ea7b029c3effde2564.tar.gz
xen-98788b0918be5417ec7355ea7b029c3effde2564.tar.bz2
xen-98788b0918be5417ec7355ea7b029c3effde2564.zip
PV-GRUB: use the 0.97 snapshot + patch instead of checking out from cvs
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
Diffstat (limited to 'stubdom/grub')
-rw-r--r--stubdom/grub/Makefile8
1 files changed, 4 insertions, 4 deletions
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