PV-GRUB: Enable xfs support
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 10 Jul 2008 13:20:15 +0000 (14:20 +0100)
committerKeir 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

index d7c3879d0d9690107e60177a4beb9d46dd55028c..1bb103f2c3a22f50563b194d54d948a897ed6f49 100644 (file)
@@ -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))