1 # SPDX-License-Identifier: GPL-2.0-only 1 # SPDX-License-Identifier: GPL-2.0-only 2 obj-$(CONFIG_FS_ENCRYPTION) += fscrypto.o 2 obj-$(CONFIG_FS_ENCRYPTION) += fscrypto.o 3 3 4 fscrypto-y := crypto.o \ 4 fscrypto-y := crypto.o \ 5 fname.o \ 5 fname.o \ 6 hkdf.o \ 6 hkdf.o \ 7 hooks.o \ 7 hooks.o \ 8 keyring.o \ 8 keyring.o \ 9 keysetup.o \ 9 keysetup.o \ 10 keysetup_v1.o \ 10 keysetup_v1.o \ 11 policy.o 11 policy.o 12 12 13 fscrypto-$(CONFIG_BLOCK) += bio.o 13 fscrypto-$(CONFIG_BLOCK) += bio.o 14 fscrypto-$(CONFIG_FS_ENCRYPTION_INLINE_CRYPT) <<
Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.