10 lines
240 B
Makefile
10 lines
240 B
Makefile
#
|
|
# Makefile for building the SELinux security server as part of the kernel tree.
|
|
#
|
|
|
|
EXTRA_CFLAGS += -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
|
|
|