mirror of
https://github.com/torvalds/linux.git
synced 2024-11-24 05:02:12 +00:00
feed825861
Rename keyinfo.c to keysetup.c since this better describes what the file does (sets up the key), and it matches the new file keysetup_v1.c. Reviewed-by: Theodore Ts'o <tytso@mit.edu> Signed-off-by: Eric Biggers <ebiggers@google.com>
12 lines
236 B
Makefile
12 lines
236 B
Makefile
# SPDX-License-Identifier: GPL-2.0-only
|
|
obj-$(CONFIG_FS_ENCRYPTION) += fscrypto.o
|
|
|
|
fscrypto-y := crypto.o \
|
|
fname.o \
|
|
hooks.o \
|
|
keysetup.o \
|
|
keysetup_v1.o \
|
|
policy.o
|
|
|
|
fscrypto-$(CONFIG_BLOCK) += bio.o
|