powerpc/mm: Unify PTE_RPN_SHIFT and _PAGE_CHG_MASK definitions
[deliverable/linux.git] / security / selinux / Makefile
CommitLineData
1da177e4
LT
1#
2# Makefile for building the SELinux module as part of the kernel tree.
3#
4
5obj-$(CONFIG_SECURITY_SELINUX) := selinux.o ss/
6
224dfbd8
PM
7selinux-y := avc.o \
8 hooks.o \
9 selinuxfs.o \
10 netlink.o \
11 nlmsgtab.o \
12 netif.o \
13 netnode.o \
3e112172 14 netport.o \
224dfbd8 15 exports.o
1da177e4 16
d28d1e08
TJ
17selinux-$(CONFIG_SECURITY_NETWORK_XFRM) += xfrm.o
18
5778eabd
PM
19selinux-$(CONFIG_NETLABEL) += netlabel.o
20
1da177e4
LT
21EXTRA_CFLAGS += -Isecurity/selinux/include
22
This page took 0.353781 seconds and 5 git commands to generate.