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

SUBDIRS-y = common ufs reiserfs iso9660
SUBDIRS-y += $(shell ./check-libext2fs)

.PHONY: all
all install clean:
	@set -e; for subdir in $(SUBDIRS-y); do \
		$(MAKE) -C $$subdir $@; \
	done

distclean: clean