1obj-$(CONFIG_SECURITY_LANDLOCK) := landlock.o 2 3landlock-y := setup.o syscalls.o object.o ruleset.o \ 4 cred.o task.o fs.o 5 6landlock-$(CONFIG_INET) += net.o 7 8landlock-$(CONFIG_AUDIT) += \ 9 id.o \ 10 audit.o \ 11 domain.o 12