diff options
author | matt mooney <mfm@muteddisk.com> | 2010-09-22 23:50:06 -0700 |
---|---|---|
committer | James Morris <jmorris@namei.org> | 2010-10-21 10:12:40 +1100 |
commit | 8b0c543e5cb1e47a54d3ea791b8a03b9c8a715db (patch) | |
tree | 82391c4dc20e071f0ebcee867a7cc27119928114 /security | |
parent | 60272da0341e9eaa136e1dc072bfef72c995d851 (diff) | |
download | op-kernel-dev-8b0c543e5cb1e47a54d3ea791b8a03b9c8a715db.zip op-kernel-dev-8b0c543e5cb1e47a54d3ea791b8a03b9c8a715db.tar.gz |
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>
Diffstat (limited to 'security')
-rw-r--r-- | security/selinux/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
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 |