From: Keir Fraser Date: Thu, 10 Jul 2008 13:20:15 +0000 (+0100) Subject: PV-GRUB: Enable xfs support X-Git-Tag: archive/raspbian/4.8.0-1+rpi1~1^2~14188^2~57 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=b1ba2dc8bef4aa45f9f6e470f24dd65d2d45c84f;p=xen.git PV-GRUB: Enable xfs support Signed-off-by: Samuel Thibault --- 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))