Makefile 425 B

12345678910111213141516171819202122
  1. #
  2. # Makefile for building the SELinux module as part of the kernel tree.
  3. #
  4. obj-$(CONFIG_SECURITY_SELINUX) := selinux.o ss/
  5. selinux-y := avc.o \
  6. hooks.o \
  7. selinuxfs.o \
  8. netlink.o \
  9. nlmsgtab.o \
  10. netif.o \
  11. netnode.o \
  12. netport.o \
  13. exports.o
  14. selinux-$(CONFIG_SECURITY_NETWORK_XFRM) += xfrm.o
  15. selinux-$(CONFIG_NETLABEL) += netlabel.o
  16. EXTRA_CFLAGS += -Isecurity/selinux/include