debuggers.hg
changeset 18057:26714991f242
PV-GRUB: Enable xfs support
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 | Thu Jul 10 14:20:15 2008 +0100 (2008-07-10) |
parents | 40b2048bd809 |
children | 8803b305b06c |
files | stubdom/grub/Makefile |
line diff
1.1 --- a/stubdom/grub/Makefile Thu Jul 10 14:17:28 2008 +0100 1.2 +++ b/stubdom/grub/Makefile Thu Jul 10 14:20:15 2008 +0100 1.3 @@ -51,10 +51,8 @@ CPPFLAGS += -DFSYS_UFS2=1 1.4 STAGE2_SOURCES+=fsys_vstafs.c 1.5 CPPFLAGS += -DFSYS_VSTAFS=1 1.6 1.7 -ifeq (0,1) 1.8 STAGE2_SOURCES+=fsys_xfs.c 1.9 CPPFLAGS += -DFSYS_XFS=1 1.10 -endif 1.11 1.12 STAGE2_SOURCES:=$(addprefix stage2/,$(STAGE2_SOURCES)) 1.13 NETBOOT_SOURCES:=$(addprefix netboot/,$(NETBOOT_SOURCES))