mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
b9d1e2e626
This adds the Kconfig and Makefile for exfat. Signed-off-by: Namjae Jeon <namjae.jeon@samsung.com> Signed-off-by: Sungjong Seo <sj1557.seo@samsung.com> Reviewed-by: Pali Rohár <pali.rohar@gmail.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
9 lines
227 B
Makefile
9 lines
227 B
Makefile
# 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
|