]> asedeno.scripts.mit.edu Git - linux.git/blob - fs/crypto/Makefile
fscrypt: move v1 policy key setup to keysetup_v1.c
[linux.git] / fs / crypto / Makefile
1 # SPDX-License-Identifier: GPL-2.0-only
2 obj-$(CONFIG_FS_ENCRYPTION)     += fscrypto.o
3
4 fscrypto-y := crypto.o \
5               fname.o \
6               hooks.o \
7               keyinfo.o \
8               keysetup_v1.o \
9               policy.o
10
11 fscrypto-$(CONFIG_BLOCK) += bio.o