Hi Rusty, Today's linux-next merge of the modules tree got a conflict in Makefile between commit d183e6f570f3 ("UAPI: Move linux/version.h") from Linus' tree and commit 91657140708d ("MODSIGN: Make mrproper should remove generated files") from the modules tree. I fixed it up (see below) and can carry the fix as necessary (no action is required). -- Cheers, Stephen Rothwell sfr@xxxxxxxxxxxxxxxx diff --cc Makefile index 5d8e7f2,e70ebfe..0000000 --- a/Makefile +++ b/Makefile @@@ -996,8 -993,12 +996,11 @@@ CLEAN_DIRS += $(MODVERDIR # Directories & files removed with 'make mrproper' MRPROPER_DIRS += include/config usr/include include/generated \ arch/*/include/generated -MRPROPER_FILES += .config .config.old .version .old_version \ - include/linux/version.h \ +MRPROPER_FILES += .config .config.old .version .old_version $(version_h) \ - Module.symvers tags TAGS cscope* GPATH GTAGS GRTAGS GSYMS + Module.symvers tags TAGS cscope* GPATH GTAGS GRTAGS GSYMS \ + signing_key.priv signing_key.x509 x509.genkey \ + extra_certificates signing_key.x509.keyid \ + signing_key.x509.signer # clean - Delete most, but leave enough to build external modules #
Attachment:
pgp9K3iEqoN5q.pgp
Description: PGP signature