VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Eric Biggers <ebiggers@google.com> 2019-07-22 09:26:21 -0700 committer: Eric Biggers <ebiggers@google.com> 2019-07-28 16:59:16 -0700 commit: 671e67b47e9fffd12c8f69eda853a202cb5b3fc5 parent: fe9918d3b228b3e8c726849d1486933f46b9069e
Commit Summary:
fs-verity: add Kconfig and the helper functions for hashing
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/fs/Makefile b/fs/Makefile
index d60089fd689b..6cef5df93683 100644
--- a/fs/Makefile
+++ b/fs/Makefile
@@ -34,6 +34,7 @@ obj-$(CONFIG_AIO)               += aio.o
 obj-$(CONFIG_IO_URING)		+= io_uring.o
 obj-$(CONFIG_FS_DAX)		+= dax.o
 obj-$(CONFIG_FS_ENCRYPTION)	+= crypto/
+obj-$(CONFIG_FS_VERITY)		+= verity/
 obj-$(CONFIG_FILE_LOCKING)      += locks.o
 obj-$(CONFIG_COMPAT)		+= compat.o compat_ioctl.o
 obj-$(CONFIG_BINFMT_AOUT)	+= binfmt_aout.o