2005-04-16 15:20:36 -07:00
|
|
|
#
|
|
|
|
# Makefile for building the SELinux security server as part of the kernel tree.
|
|
|
|
#
|
|
|
|
|
2009-09-30 13:41:02 -04:00
|
|
|
EXTRA_CFLAGS += -Isecurity/selinux -Isecurity/selinux/include
|
2005-04-16 15:20:36 -07:00
|
|
|
obj-y := ss.o
|
|
|
|
|
|
|
|
ss-y := ebitmap.o hashtab.o symtab.o sidtab.o avtab.o policydb.o services.o conditional.o mls.o
|
|
|
|
|