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

SUBDIRS-y = common ufs reiserfs iso9660 fat zfs
SUBDIRS-$(CONFIG_X86) += xfs
SUBDIRS-y += $(shell env CC="$(CC)" ./check-libext2fs)

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

.PHONY: distclean
distclean: clean