From: matt mooney Date: Thu, 23 Sep 2010 06:50:06 +0000 (-0700) Subject: selinux: change to new flag variable X-Git-Tag: v2.6.37-rc1~218^2~18 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8b0c543e5cb1e47a54d3ea791b8a03b9c8a715db;p=profile%2Fivi%2Fkernel-x86-ivi.git selinux: change to new flag variable Replace EXTRA_CFLAGS with ccflags-y. Signed-off-by: matt mooney Signed-off-by: James Morris --- diff --git a/security/selinux/Makefile b/security/selinux/Makefile index a30f218..ad5cd76 100644 --- a/security/selinux/Makefile +++ b/security/selinux/Makefile @@ -13,7 +13,7 @@ selinux-$(CONFIG_SECURITY_NETWORK_XFRM) += xfrm.o selinux-$(CONFIG_NETLABEL) += netlabel.o -EXTRA_CFLAGS += -Isecurity/selinux -Isecurity/selinux/include +ccflags-y := -Isecurity/selinux -Isecurity/selinux/include $(addprefix $(obj)/,$(selinux-y)): $(obj)/flask.h