aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libfsimage/Makefile
blob: d5194fe54d66f1dd2512c94f28c81549a08ecb05 (plain)
1
2
3
4
5
6
7
8
9
10
11
XEN_ROOT = ../..
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