]> 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 688c0a267b62060de2f0b4172b8fe09fe5ff7361..d47fc5e545e08c873bf769fe54f90cff9c952b8d 100644 (file)
@@ -4,9 +4,19 @@
 
 obj-$(CONFIG_SECURITY_SELINUX) := selinux.o ss/
 
-selinux-y := avc.o hooks.o selinuxfs.o netlink.o nlmsgtab.o 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