diff options
Diffstat (limited to 'security/landlock/Makefile')
-rw-r--r-- | security/landlock/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/security/landlock/Makefile b/security/landlock/Makefile new file mode 100644 index 000000000000..cb6deefbf4c0 --- /dev/null +++ b/security/landlock/Makefile @@ -0,0 +1,3 @@ +obj-$(CONFIG_SECURITY_LANDLOCK) := landlock.o + +landlock-y := object.o |