VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Namjae Jeon <namjae.jeon@samsung.com> 2020-03-02 15:21:42 +0900 committer: Al Viro <viro@zeniv.linux.org.uk> 2020-03-05 21:00:40 -0500 commit: b9d1e2e6265f5dc25e9f5dbfbde3e53d8a4958ac parent: 370e812b3ec190fa492c9fd5a80c38b086d105c0
Commit Summary:
exfat: add Kconfig and Makefile
Diffstat:
1 file changed, 7 insertions, 0 deletions
diff --git a/fs/exfat/Makefile b/fs/exfat/Makefile
new file mode 100644
index 000000000000..ed51926a4971
--- /dev/null
+++ b/fs/exfat/Makefile
@@ -0,0 +1,8 @@
+# SPDX-License-Identifier: GPL-2.0-or-later
+#
+# Makefile for the linux exFAT filesystem support.
+#
+obj-$(CONFIG_EXFAT_FS) += exfat.o
+
+exfat-y	:= inode.o namei.o dir.o super.o fatent.o cache.o nls.o misc.o \
+	   file.o balloc.o