brintos

brintos / linux-shallow public Read only

0
0
Text · 335 B · 652c718 Raw
15 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2obj-$(CONFIG_FS_ENCRYPTION)	+= fscrypto.o3 4fscrypto-y := crypto.o \5	      fname.o \6	      hkdf.o \7	      hooks.o \8	      keyring.o \9	      keysetup.o \10	      keysetup_v1.o \11	      policy.o12 13fscrypto-$(CONFIG_BLOCK) += bio.o14fscrypto-$(CONFIG_FS_ENCRYPTION_INLINE_CRYPT) += inline_crypt.o15