1XEN_ROOT = $(CURDIR)/../.. 2include $(XEN_ROOT)/tools/Rules.mk 3 4SUBDIRS-y = common ufs reiserfs iso9660 fat zfs 5SUBDIRS-$(CONFIG_X86) += xfs 6ifneq ($(EXTFS_LIBS), ) 7 SUBDIRS-y += ext2fs-lib 8else 9 SUBDIRS-y += ext2fs 10endif 11 12.PHONY: all clean install uninstall 13all clean install uninstall: %: subdirs-% 14 15.PHONY: distclean 16distclean: clean 17