Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
2f4f64cdfb599fa1369560865af3e52250416e15
/
.
/
fs
/
crypto
/
Makefile
blob: 1a6b0774f3ff4a380ff2da64b861236a4c8863f5 [
file
] [
log
] [
blame
]
obj
-
$
(
CONFIG_FS_ENCRYPTION
)
+=
fscrypto
.
o
fscrypto
-
y
:=
crypto
.
o \
fname
.
o \
hkdf
.
o \
hooks
.
o \
keyring
.
o \
keysetup
.
o \
keysetup_v1
.
o \
policy
.
o
fscrypto
-
$
(
CONFIG_BLOCK
)
+=
bio
.
o
fscrypto
-
$
(
CONFIG_FS_ENCRYPTION_INLINE_CRYPT
)
+=
inline_crypt
.
o