mirror of https://github.com/OpenIPC/firmware.git
30 lines
964 B
Diff
30 lines
964 B
Diff
diff -drupN a/fs/Makefile b/fs/Makefile
|
|
--- a/fs/Makefile 2018-08-06 17:23:04.000000000 +0300
|
|
+++ b/fs/Makefile 2022-06-12 05:28:14.000000000 +0300
|
|
@@ -3,7 +3,7 @@
|
|
#
|
|
# 14 Sep 2000, Christoph Hellwig <hch@infradead.org>
|
|
# Rewritten to use lists instead of if-statements.
|
|
-#
|
|
+#
|
|
|
|
obj-y := open.o read_write.o file_table.o super.o \
|
|
char_dev.o stat.o exec.o pipe.o namei.o fcntl.o \
|
|
@@ -61,7 +61,7 @@ obj-y += devpts/
|
|
|
|
obj-$(CONFIG_PROFILING) += dcookies.o
|
|
obj-$(CONFIG_DLM) += dlm/
|
|
-
|
|
+
|
|
# Do not add any filesystems before this line
|
|
obj-$(CONFIG_FSCACHE) += fscache/
|
|
obj-$(CONFIG_REISERFS_FS) += reiserfs/
|
|
@@ -83,6 +83,7 @@ obj-$(CONFIG_ISO9660_FS) += isofs/
|
|
obj-$(CONFIG_HFSPLUS_FS) += hfsplus/ # Before hfs to find wrapped HFS+
|
|
obj-$(CONFIG_HFS_FS) += hfs/
|
|
obj-$(CONFIG_ECRYPT_FS) += ecryptfs/
|
|
+obj-$(CONFIG_SDCARD_FS) += sdcardfs/
|
|
obj-$(CONFIG_VXFS_FS) += freevxfs/
|
|
obj-$(CONFIG_NFS_FS) += nfs/
|
|
obj-$(CONFIG_EXPORTFS) += exportfs/
|