aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libfsimage/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libfsimage/Makefile')
-rw-r--r--tools/libfsimage/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/libfsimage/Makefile b/tools/libfsimage/Makefile
new file mode 100644
index 0000000000..394c7f4dfa
--- /dev/null
+++ b/tools/libfsimage/Makefile
@@ -0,0 +1,13 @@
+XEN_ROOT = ../..
+include $(XEN_ROOT)/tools/Rules.mk
+
+SUBDIRS-y = common ufs reiserfs
+SUBDIRS-y += $(shell ./check-libext2fs)
+
+.PHONY: all
+all install clean:
+ @set -e; for subdir in $(SUBDIRS-y); do \
+ $(MAKE) -C $$subdir $@; \
+ done
+
+distclean: clean