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
ext4: Optimize ext4 DIO overwrites
[linux/fpc-iii.git]
/
fs
/
crypto
/
Makefile
blob
232e2bb5a337b2c0dd6df0332f16deb069733c1b
1
# SPDX-License-Identifier: GPL-2.0-only
2
obj-
$(
CONFIG_FS_ENCRYPTION
) +=
fscrypto.o
3
4
fscrypto-y
:=
crypto.o \
5
fname.o \
6
hkdf.o \
7
hooks.o \
8
keyring.o \
9
keysetup.o \
10
keysetup_v1.o \
11
policy.o
12
13
fscrypto-
$(
CONFIG_BLOCK
) +=
bio.o