https://github.com/torvalds/linux
Raw File
Tip revision: b37fa16e78d6f9790462b3181602a26b5af36260 authored by Linus Torvalds on 22 July 2010, 19:13:38 UTC
Linux 2.6.35-rc6
Tip revision: b37fa16
Makefile
#
# Makefile for building the SELinux security server as part of the kernel tree.
#

EXTRA_CFLAGS += -Isecurity/selinux -Isecurity/selinux/include
obj-y := ss.o

ss-y := ebitmap.o hashtab.o symtab.o sidtab.o avtab.o policydb.o services.o conditional.o mls.o

back to top