aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libfsimage/Makefile
blob: 5a506f33251bcd77fd0bb7fde1550077c849ac0b (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
ifeq ($(CONFIG_EXT2FS), y)
    SUBDIRS-y += ext2fs-lib
else
    SUBDIRS-y += ext2fs
endif

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

.PHONY: distclean
distclean: clean