]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - security/selinux/Makefile
mmc: Fix compile for omap_hsmmc.c
[linux-2.6-omap-h63xx.git] / security / selinux / Makefile
index faf2e02e4410d14fb62ae2d754df24a6d05071ab..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 exports.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