On Tuesday, January 19, 2016 07:07:52 PM Andy Shevchenko wrote: > diff --git a/security/selinux/Makefile b/security/selinux/Makefile > index ad5cd76..b850811 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 > > -ccflags-y := -Isecurity/selinux -Isecurity/selinux/include > +ccflags-y := -I$(srctree)security/selinux I$(srctree)/security/... You are missing a "/" after "$(srctree)". Please make sure that your patches compile and pass basic functionality before submitting; I don't care how trivial they may be, we all make the occasional mistake, and a basic compile/boot test does wonders for catching a lot of these stupid mistakes. > $(addprefix $(obj)/,$(selinux-y)): $(obj)/flask.h -- paul moore www.paul-moore.com _______________________________________________ Selinux mailing list Selinux@xxxxxxxxxxxxx To unsubscribe, send email to Selinux-leave@xxxxxxxxxxxxx. To get help, send an email containing "help" to Selinux-request@xxxxxxxxxxxxx.