blob: 15d4e62917de759028f3c442dc51605db6cf9faa [file] [log] [blame]
Linus Torvalds1da177e2005-04-16 15:20:36 -07001#
2# Makefile for building the SELinux security server as part of the kernel tree.
3#
4
Stephen Smalley8753f6b2009-09-30 13:41:02 -04005EXTRA_CFLAGS += -Isecurity/selinux -Isecurity/selinux/include
Linus Torvalds1da177e2005-04-16 15:20:36 -07006obj-y := ss.o
7
8ss-y := ebitmap.o hashtab.o symtab.o sidtab.o avtab.o policydb.o services.o conditional.o mls.o
9