Merge branches 'release' and 'autoload' into release
[deliverable/linux.git] / security / selinux / Makefile
1 #
2 # Makefile for building the SELinux module as part of the kernel tree.
3 #
4
5 obj-$(CONFIG_SECURITY_SELINUX) := selinux.o ss/
6
7 selinux-y := avc.o \
8 hooks.o \
9 selinuxfs.o \
10 netlink.o \
11 nlmsgtab.o \
12 netif.o \
13 netnode.o \
14 exports.o
15
16 selinux-$(CONFIG_SECURITY_NETWORK_XFRM) += xfrm.o
17
18 selinux-$(CONFIG_NETLABEL) += netlabel.o
19
20 EXTRA_CFLAGS += -Isecurity/selinux/include
21
This page took 0.031995 seconds and 6 git commands to generate.