repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
treewide: remove redundant IS_ERR() before error code check
[linux/fpc-iii.git]
/
drivers
/
staging
/
exfat
/
Makefile
blob
057556eeca0c3b0b7260b095b92039aea06794a8
1
# SPDX-License-Identifier: GPL-2.0-or-later
2
3
obj-
$(
CONFIG_STAGING_EXFAT_FS
) +=
exfat.o
4
5
exfat-y
:=
exfat_core.o \
6
exfat_super.o \
7
exfat_blkdev.o \
8
exfat_cache.o \
9
exfat_nls.o \
10
exfat_upcase.o