diff options
Diffstat (limited to 'stubdom/grub/Makefile')
-rw-r--r-- | stubdom/grub/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
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)) |