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