aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libfsimage/Makefile
blob: 69fd18a82032aed65cfbde4aebeafd543e10de60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
XEN_ROOT = $(CURDIR)/../..
include $(XEN_ROOT)/tools/Rules.mk

SUBDIRS-y = common ufs reiserfs iso9660 fat zfs
SUBDIRS-$(CONFIG_X86) += xfs
ifneq ($(EXTFS_LIBS), )
    SUBDIRS-y += ext2fs-lib
else
    SUBDIRS-y += ext2fs
endif

.PHONY: all clean install
all clean install: %: subdirs-%

.PHONY: distclean
distclean: clean