On Sun, Jun 26, 2016 at 11:36 AM, Emese Revfy <re.emese@xxxxxxxxx> wrote: > > Reported-by: PaX Team <pageexec@xxxxxxxxxxx> > Signed-off-by: Emese Revfy <re.emese@xxxxxxxxx> I've added a commit message body and applied this to my tree. -Kees > --- > scripts/gcc-plugins/Makefile | 5 +---- > 1 file changed, 1 insertion(+), 4 deletions(-) > > diff --git a/scripts/gcc-plugins/Makefile b/scripts/gcc-plugins/Makefile > index a3f8ca4a..898449d 100644 > --- a/scripts/gcc-plugins/Makefile > +++ b/scripts/gcc-plugins/Makefile > @@ -20,9 +20,6 @@ endif > > $(HOSTLIBS)-y := $(GCC_PLUGIN) > always := $($(HOSTLIBS)-y) > - > -cyc_complexity_plugin-objs := cyc_complexity_plugin.o > -sancov_plugin-objs := sancov_plugin.o > -latent_entropy_plugin-objs := latent_entropy_plugin.o > +$(foreach p,$($(HOSTLIBS)-y:%.so=%),$(eval $(p)-objs := $(p).o)) > > clean-files += *.so > -- > 2.8.1 -- Kees Cook Chrome OS & Brillo Security -- To unsubscribe from this list: send the line "unsubscribe linux-kbuild" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html