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

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

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

.PHONY: distclean
distclean: clean