ide/legacy/buddha.c: add MODULE_LICENSE
[linux-2.6.git] / security / selinux / Makefile
blob00afd85f1edb903544ae9d3f365f0e6df7ac397b
2 # Makefile for building the SELinux module as part of the kernel tree.
5 obj-$(CONFIG_SECURITY_SELINUX) := selinux.o ss/
7 selinux-y := avc.o \
8 hooks.o \
9 selinuxfs.o \
10 netlink.o \
11 nlmsgtab.o \
12 netif.o \
13 netnode.o \
14 exports.o
16 selinux-$(CONFIG_SECURITY_NETWORK_XFRM) += xfrm.o
18 selinux-$(CONFIG_NETLABEL) += netlabel.o
20 EXTRA_CFLAGS += -Isecurity/selinux/include