VisionFive2 Linux kernel

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

More than 9999 Commits   33 Branches   55 Tags
author: Mickaël Salaün <mic@linux.microsoft.com> 2021-04-22 17:41:21 +0200 committer: James Morris <jamorris@linux.microsoft.com> 2021-04-22 12:22:11 -0700 commit: ba84b0bf5a164f0f523656c1e37568c30f3f3303 parent: e1199815b47be83346c03e20a3de76f934e4bb34
Commit Summary:
samples/landlock: Add a sandbox manager example
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/samples/Makefile b/samples/Makefile
index c3392a595e4b..087e0988ccc5 100644
--- a/samples/Makefile
+++ b/samples/Makefile
@@ -11,6 +11,7 @@ obj-$(CONFIG_SAMPLE_KDB)		+= kdb/
 obj-$(CONFIG_SAMPLE_KFIFO)		+= kfifo/
 obj-$(CONFIG_SAMPLE_KOBJECT)		+= kobject/
 obj-$(CONFIG_SAMPLE_KPROBES)		+= kprobes/
+subdir-$(CONFIG_SAMPLE_LANDLOCK)	+= landlock
 obj-$(CONFIG_SAMPLE_LIVEPATCH)		+= livepatch/
 subdir-$(CONFIG_SAMPLE_PIDFD)		+= pidfd
 obj-$(CONFIG_SAMPLE_QMI_CLIENT)		+= qmi/