aboutsummaryrefslogtreecommitdiff
path: root/security/selinux/Makefile
blob: 688c0a267b62060de2f0b4172b8fe09fe5ff7361 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 netif.o

selinux-$(CONFIG_SECURITY_NETWORK_XFRM) += xfrm.o

EXTRA_CFLAGS += -Isecurity/selinux/include