# SPDX-License-Identifier: GPL-2.0

#
# This file is part of Lustre, http://www.lustre.org/
#

fscrypt_objs := policy.o keysetup.o
ifdef CONFIG_LL_ENCRYPTION
fscrypt_objs += crypto.o fname.o hkdf.o hooks.o keyring.o
fscrypt_objs += keysetup_v1.o
endif
