summaryrefslogtreecommitdiff
path: root/fs/verity/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fs/verity/Makefile')
-rw-r--r--fs/verity/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/verity/Makefile b/fs/verity/Makefile
index 7fa628cd5eba..04b37475fd28 100644
--- a/fs/verity/Makefile
+++ b/fs/verity/Makefile
@@ -1,6 +1,7 @@
# SPDX-License-Identifier: GPL-2.0
-obj-$(CONFIG_FS_VERITY) += hash_algs.o \
+obj-$(CONFIG_FS_VERITY) += enable.o \
+ hash_algs.o \
init.o \
open.o \
verify.o