X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=security%2Fselinux%2FMakefile;h=00afd85f1edb903544ae9d3f365f0e6df7ac397b;hb=c58310bf4933986513020fa90b4190c7492995ae;hp=688c0a267b62060de2f0b4172b8fe09fe5ff7361;hpb=6a8a8e14bed179f2d415c7f4fee51233c35c10c3;p=linux-2.6 diff --git a/security/selinux/Makefile b/security/selinux/Makefile index 688c0a267b..00afd85f1e 100644 --- a/security/selinux/Makefile +++ b/security/selinux/Makefile @@ -4,9 +4,18 @@ 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 \ + exports.o selinux-$(CONFIG_SECURITY_NETWORK_XFRM) += xfrm.o +selinux-$(CONFIG_NETLABEL) += netlabel.o + EXTRA_CFLAGS += -Isecurity/selinux/include