]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - security/selinux/Makefile
hugetlb: pull gigantic page initialisation out of the default path
[linux-2.6-omap-h63xx.git] / security / selinux / Makefile
index 06d54d9d20a5049e25911e33668dc3ed1a2dd9c4..d47fc5e545e08c873bf769fe54f90cff9c952b8d 100644 (file)
@@ -4,11 +4,19 @@
 
 obj-$(CONFIG_SECURITY_SELINUX) := selinux.o ss/
 
-selinux-y := avc.o hooks.o selinuxfs.o netlink.o nlmsgtab.o
-
-selinux-$(CONFIG_SECURITY_NETWORK) += netif.o
+selinux-y := avc.o \
+            hooks.o \
+            selinuxfs.o \
+            netlink.o \
+            nlmsgtab.o \
+            netif.o \
+            netnode.o \
+            netport.o \
+            exports.o
 
 selinux-$(CONFIG_SECURITY_NETWORK_XFRM) += xfrm.o
 
+selinux-$(CONFIG_NETLABEL) += netlabel.o
+
 EXTRA_CFLAGS += -Isecurity/selinux/include