aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libfsimage/Makefile
blob: b72e51895a6084efcd1c75d030c61c656a520341 (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
SUBDIRS-y += $(shell $(SHELL) env CC="$(CC)" ./check-libext2fs)

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

.PHONY: distclean
distclean: clean