summaryrefslogtreecommitdiff
path: root/fs/exfat/Makefile
blob: 550c0683d65fd998751d6e4bf4c52e2cbc989e2e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# SPDX-License-Identifier: GPL-2.0+
#

obj-$(CONFIG_FS_EXFAT) += \
	cluster.o \
	io.o \
	lookup.o \
	mount.o \
	node.o \
	repair.o \
	time.o \
	utf.o \
	utils.o