commit | 830613f8f5bba4456b600502f796b8ef1967b0c9 | [log] [tgz] |
---|---|---|
author | Huang Jianan <jnhuang95@gmail.com> | Sat Feb 26 15:05:47 2022 +0800 |
committer | Tom Rini <trini@konsulko.com> | Tue Mar 15 16:19:29 2022 -0400 |
tree | fddd9252b96b1ef57f9d1cda75f7e2224793c061 | |
parent | 17af72eb16a36c5d9c0348baab93615fcf0512d3 [diff] [blame] |
fs/erofs: add erofs filesystem support This patch mainly deals with uncompressed files. Signed-off-by: Huang Jianan <jnhuang95@gmail.com>
diff --git a/fs/erofs/Makefile b/fs/erofs/Makefile new file mode 100644 index 0000000..7398ab7 --- /dev/null +++ b/fs/erofs/Makefile
@@ -0,0 +1,7 @@ +# SPDX-License-Identifier: GPL-2.0+ +# + +obj-$(CONFIG_$(SPL_)FS_EROFS) = fs.o \ + super.o \ + namei.o \ + data.o