aboutsummaryrefslogtreecommitdiffstats
path: root/tools/libfsimage/xfs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'tools/libfsimage/xfs/Makefile')
-rw-r--r--tools/libfsimage/xfs/Makefile13
1 files changed, 13 insertions, 0 deletions
diff --git a/tools/libfsimage/xfs/Makefile b/tools/libfsimage/xfs/Makefile
new file mode 100644
index 0000000000..99ed1ba0db
--- /dev/null
+++ b/tools/libfsimage/xfs/Makefile
@@ -0,0 +1,13 @@
+XEN_ROOT = ../../..
+
+LIB_SRCS-y = fsys_xfs.c
+
+FS = xfs
+
+.PHONY: all
+all: fs-all
+
+.PHONY: install
+install: fs-install
+
+include $(XEN_ROOT)/tools/libfsimage/Rules.mk