aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/exfat/Makefile
blob: 057556eeca0c3b0b7260b095b92039aea06794a8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
# SPDX-License-Identifier: GPL-2.0-or-later

obj-$(CONFIG_STAGING_EXFAT_FS) += exfat.o

exfat-y :=	exfat_core.o	\
		exfat_super.o	\
		exfat_blkdev.o	\
		exfat_cache.o	\
		exfat_nls.o	\
		exfat_upcase.o