diff options
Diffstat (limited to 'security/selinux/Makefile')
-rw-r--r-- | security/selinux/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/security/selinux/Makefile b/security/selinux/Makefile new file mode 100644 index 00000000000..b038cd0fae2 --- /dev/null +++ b/security/selinux/Makefile @@ -0,0 +1,12 @@ +# +# Makefile for building the SELinux module as part of the kernel tree. +# + +obj-$(CONFIG_SECURITY_SELINUX) := selinux.o ss/ + +selinux-y := avc.o hooks.o selinuxfs.o netlink.o nlmsgtab.o + +selinux-$(CONFIG_SECURITY_NETWORK) += netif.o + +EXTRA_CFLAGS += -Isecurity/selinux/include + |