aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libfsimage/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libfsimage/Makefile')
-rw-r--r--tools/libfsimage/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libfsimage/Makefile b/tools/libfsimage/Makefile
index 5a506f3325..69fd18a820 100644
--- a/tools/libfsimage/Makefile
+++ b/tools/libfsimage/Makefile
@@ -3,7 +3,7 @@ include $(XEN_ROOT)/tools/Rules.mk
SUBDIRS-y = common ufs reiserfs iso9660 fat zfs
SUBDIRS-$(CONFIG_X86) += xfs
-ifeq ($(CONFIG_EXT2FS), y)
+ifneq ($(EXTFS_LIBS), )
SUBDIRS-y += ext2fs-lib
else
SUBDIRS-y += ext2fs