Files

15 lines
335 B
Makefile
Raw Permalink Normal View History

# SPDX-License-Identifier: GPL-2.0-only
obj-$(CONFIG_FS_ENCRYPTION) += fscrypto.o
fscrypto-y := crypto.o \
fname.o \
2019-08-04 19:35:47 -07:00
hkdf.o \
hooks.o \
keyring.o \
2019-08-04 19:35:45 -07:00
keysetup.o \
keysetup_v1.o \
policy.o
2016-12-19 12:25:32 +01:00
fscrypto-$(CONFIG_BLOCK) += bio.o
2020-07-02 01:56:05 +00:00
fscrypto-$(CONFIG_FS_ENCRYPTION_INLINE_CRYPT) += inline_crypt.o