Revision d1208b999dd367b72168cc3c7f8d8d2c95143c67 authored by Al Viro on 03 November 2006, 08:58:41 UTC, committed by David S. Miller on 05 November 2006, 22:11:28 UTC
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: David S. Miller <davem@davemloft.net>
1 parent 7ac00a2
Raw File
Makefile
#
# 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 exports.o

selinux-$(CONFIG_SECURITY_NETWORK_XFRM) += xfrm.o

EXTRA_CFLAGS += -Isecurity/selinux/include

back to top