From b1ba2dc8bef4aa45f9f6e470f24dd65d2d45c84f Mon Sep 17 00:00:00 2001 From: Keir Fraser Date: Thu, 10 Jul 2008 14:20:15 +0100 Subject: PV-GRUB: Enable xfs support Signed-off-by: Samuel Thibault --- stubdom/grub/Makefile | 2 -- 1 file changed, 2 deletions(-) (limited to 'stubdom/grub') diff --git a/stubdom/grub/Makefile b/stubdom/grub/Makefile index d7c3879d0d..1bb103f2c3 100644 --- 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)) -- cgit v1.2.3