[BACK]Return to Makefile CVS log [TXT][DIR] Up to [Development] / linux-2.6-xfs / security / selinux / ss

File: [Development] / linux-2.6-xfs / security / selinux / ss / Makefile (download)

Revision 1.1, Tue Dec 30 23:58:53 2003 UTC (13 years, 10 months ago) by cattelan
Branch: MAIN

Initial Import 2.6.0

#
# Makefile for building the SELinux security server as part of the kernel tree.
#

EXTRA_CFLAGS += -Isecurity/selinux/include -include security/selinux/ss/global.h

obj-y := ss.o

ss-objs := ebitmap.o hashtab.o symtab.o sidtab.o avtab.o policydb.o services.o

ifeq ($(CONFIG_SECURITY_SELINUX_MLS),y)
ss-objs += mls.o
endif