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