summaryrefslogtreecommitdiff
path: root/fs/erofs/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fs/erofs/Makefile')
-rw-r--r--fs/erofs/Makefile9
1 files changed, 9 insertions, 0 deletions
diff --git a/fs/erofs/Makefile b/fs/erofs/Makefile
new file mode 100644
index 00000000000..58af6a68e41
--- /dev/null
+++ b/fs/erofs/Makefile
@@ -0,0 +1,9 @@
+# SPDX-License-Identifier: GPL-2.0+
+#
+
+obj-$(CONFIG_$(SPL_)FS_EROFS) = fs.o \
+ super.o \
+ namei.o \
+ data.o \
+ decompress.o \
+ zmap.o