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