mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
Change-Id: I963dfd24ffbb488efcbb7a504e9b811f54adcff7 Signed-off-by: UtsavBalar1231 <utsavbalar1231@gmail.com> Signed-off-by: azrim <mirzaspc@gmail.com>
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
|