makefile
来自「Linux Kernel 2.6.9 for OMAP1710」· 代码 · 共 13 行
TXT
13 行
## Makefile for building the SELinux module as part of the kernel tree.#obj-$(CONFIG_SECURITY_SELINUX) := selinux.o ss/selinux-y := avc.o hooks.o selinuxfs.o netlink.o nlmsgtab.oselinux-$(CONFIG_SECURITY_NETWORK) += netif.oEXTRA_CFLAGS += -Isecurity/selinux/include
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?