Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 7a4c6336 authored by Sahitya Tummala's avatar Sahitya Tummala
Browse files

fs: crypto: Fix compilation issue



Fix compilation issue observed when CONFIG_PFK is not defined.

Change-Id: Idf75e61383ab95b2e72e8192d2a7512a9d0fc73c
Signed-off-by: default avatarSahitya Tummala <stummala@codeaurora.org>
parent e92eb9e6
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -3,5 +3,6 @@ obj-$(CONFIG_FS_ENCRYPTION) += fscrypto.o
ccflags-y += -Ifs/ext4
ccflags-y += -Ifs/f2fs

fscrypto-y := crypto.o fname.o hooks.o keyinfo.o policy.o fscrypt_ice.o
fscrypto-y := crypto.o fname.o hooks.o keyinfo.o policy.o
fscrypto-$(CONFIG_BLOCK) += bio.o
fscrypto-$(CONFIG_PFK) += fscrypt_ice.o