xref: /linux/fs/crypto/Makefile (revision 4b4193256c8d3bc3a5397b5cd9494c2ad386317d)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
20b81d077SJaegeuk Kimobj-$(CONFIG_FS_ENCRYPTION)	+= fscrypto.o
30b81d077SJaegeuk Kim
40109ce76SEric Biggersfscrypto-y := crypto.o \
50109ce76SEric Biggers	      fname.o \
6c1144c9bSEric Biggers	      hkdf.o \
70109ce76SEric Biggers	      hooks.o \
822d94f49SEric Biggers	      keyring.o \
9feed8258SEric Biggers	      keysetup.o \
100109ce76SEric Biggers	      keysetup_v1.o \
110109ce76SEric Biggers	      policy.o
120109ce76SEric Biggers
1358ae7468SRichard Weinbergerfscrypto-$(CONFIG_BLOCK) += bio.o
14*5fee3609SSatya Tangiralafscrypto-$(CONFIG_FS_ENCRYPTION_INLINE_CRYPT) += inline_crypt.o
15