summaryrefslogtreecommitdiffstats
path: root/fs/verity/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'fs/verity/Makefile')
-rw-r--r--fs/verity/Makefile10
1 files changed, 10 insertions, 0 deletions
diff --git a/fs/verity/Makefile b/fs/verity/Makefile
new file mode 100644
index 000000000000..570e9136334d
--- /dev/null
+++ b/fs/verity/Makefile
@@ -0,0 +1,10 @@
+# SPDX-License-Identifier: GPL-2.0
+
+obj-$(CONFIG_FS_VERITY) += enable.o \
+ hash_algs.o \
+ init.o \
+ measure.o \
+ open.o \
+ verify.o
+
+obj-$(CONFIG_FS_VERITY_BUILTIN_SIGNATURES) += signature.o