projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c5f9173
)
PV-GRUB: Enable xfs support
author
Keir Fraser
<keir.fraser@citrix.com>
Thu, 10 Jul 2008 13:20:15 +0000
(14:20 +0100)
committer
Keir Fraser
<keir.fraser@citrix.com>
Thu, 10 Jul 2008 13:20:15 +0000
(14:20 +0100)
Signed-off-by: Samuel Thibault <samuel.thibault@eu.citrix.com>
stubdom/grub/Makefile
patch
|
blob
|
history
diff --git
a/stubdom/grub/Makefile
b/stubdom/grub/Makefile
index d7c3879d0d9690107e60177a4beb9d46dd55028c..1bb103f2c3a22f50563b194d54d948a897ed6f49 100644
(file)
--- a/
stubdom/grub/Makefile
+++ b/
stubdom/grub/Makefile
@@
-51,10
+51,8
@@
CPPFLAGS += -DFSYS_UFS2=1
STAGE2_SOURCES+=fsys_vstafs.c
CPPFLAGS += -DFSYS_VSTAFS=1
-ifeq (0,1)
STAGE2_SOURCES+=fsys_xfs.c
CPPFLAGS += -DFSYS_XFS=1
-endif
STAGE2_SOURCES:=$(addprefix stage2/,$(STAGE2_SOURCES))
NETBOOT_SOURCES:=$(addprefix netboot/,$(NETBOOT_SOURCES))