Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

selinux: change to new flag variable

Replace EXTRA_CFLAGS with ccflags-y.

Signed-off-by: matt mooney <mfm@muteddisk.com>
Signed-off-by: James Morris <jmorris@namei.org>

authored by

matt mooney and committed by
James Morris
8b0c543e 60272da0

+1 -1
+1 -1
security/selinux/Makefile
··· 13 13 14 14 selinux-$(CONFIG_NETLABEL) += netlabel.o 15 15 16 - EXTRA_CFLAGS += -Isecurity/selinux -Isecurity/selinux/include 16 + ccflags-y := -Isecurity/selinux -Isecurity/selinux/include 17 17 18 18 $(addprefix $(obj)/,$(selinux-y)): $(obj)/flask.h 19 19