Makefile 341 字节
Newer Older
L
Linus Torvalds 已提交
1 2 3 4 5 6
#
# Makefile for building the SELinux module as part of the kernel tree.
#

obj-$(CONFIG_SECURITY_SELINUX) := selinux.o ss/

7
selinux-y := avc.o hooks.o selinuxfs.o netlink.o nlmsgtab.o netif.o exports.o
L
Linus Torvalds 已提交
8

9 10
selinux-$(CONFIG_SECURITY_NETWORK_XFRM) += xfrm.o

11 12
selinux-$(CONFIG_NETLABEL) += netlabel.o

L
Linus Torvalds 已提交
13 14
EXTRA_CFLAGS += -Isecurity/selinux/include