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
Merge tag 'regmap-fix-v5.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git...
[linux/fpc-iii.git]
/
fs
/
iomap
/
Makefile
blob
eef2722d93a183584625722a70c304ee90d08da8
1
# SPDX-License-Identifier: GPL-2.0-or-later
2
#
3
# Copyright (c) 2019 Oracle.
4
# All Rights Reserved.
5
#
6
7
ccflags-y
+= -
I
$(
srctree
)/$(
src
)
# needed for trace events
8
9
obj-
$(
CONFIG_FS_IOMAP
) +=
iomap.o
10
11
iomap-y
+=
trace.o \
12
apply.o \
13
buffered-io.o \
14
direct-io.o \
15
fiemap.o \
16
seek.o
17
iomap-
$(
CONFIG_SWAP
) +=
swapfile.o