Hi all, Today's linux-next merge of the tip tree got a conflict in Makefile between commit 01ab17887f4cdcb8bb5a5d1bc3b160d186e6e99b ("Makefile: "make kernelrelease" should show the correct full kernel version") from the kbuild tree and commit 8e5564e6c7554902301543e731354ad2ad58ae53 ("perf tools: Make target to generate self contained source tarball") from the tip tree. I fixed it up (see below) and can carry the fix as necessary. -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx diff --cc Makefile index c0581a9,f6c206a..0000000 --- a/Makefile +++ b/Makefile @@@ -412,9 -412,9 +412,9 @@@ endi # of make so .config is not included in this case either (for *config). no-dot-config-targets := clean mrproper distclean \ - cscope TAGS tags help %docs check% \ + cscope TAGS tags help %docs check% coccicheck \ include/linux/version.h headers_% \ - kernelversion - kernelrelease kernelversion %src-pkg ++ kernelversion %src-pkg config-targets := 0 mixed-targets := 0 -- To unsubscribe from this list: send the line "unsubscribe linux-next" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html