Linus Torvalds
668c35f69c
Merge tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
Pull Kbuild updates from Masahiro Yamada:
"Kbuild core:
- remove unneeded $(call cc-option,...) switches
- consolidate Clang compiler flags into CLANG_FLAGS
- announce the deprecation of SUBDIRS
- fix single target build for external module
- simplify the dependencies of 'prepare' stage targets
- allow fixdep to directly write to .*.cmd files
- simplify dependency generation for CONFIG_TRIM_UNUSED_KSYMS
- change if_changed_rule to accept multi-line recipe
- move .SECONDARY special target to scripts/Kbuild.include
- remove redundant 'set -e'
- improve parallel execution for CONFIG_HEADERS_CHECK
- misc cleanups
Treewide fixes and cleanups
- set Clang flags correctly for PowerPC boot images
- fix UML build error with CONFIG_GCC_PLUGINS
- remove unneeded patterns from .gitignore files
- refactor firmware/Makefile
- remove unneeded rules for *offsets.s
- avoid unneeded regeneration of intermediate .s files
- clean up ./Kbuild
Modpost:
- remove unused -M, -K options
- fix false positive warnings about section mismatch
- use simple devtable lookup instead of linker magic
- misc cleanups
Coccinelle:
- relax boolinit.cocci checks for overall consistency
- fix warning messages of boolinit.cocci
Other tools:
- improve -dirty check of scripts/setlocalversion
- add a tool to generate compile_commands.json from .*.cmd files"
* tag 'kbuild-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild: (51 commits)
kbuild: remove unused cmd_gentimeconst
kbuild: remove $(obj)/ prefixes in ./Kbuild
treewide: add intermediate .s files to targets
treewide: remove explicit rules for *offsets.s
firmware: refactor firmware/Makefile
firmware: remove unnecessary patterns from .gitignore
scripts: remove unnecessary ihex2fw and check-lc_ctypes from .gitignore
um: remove unused filechk_gen_header in Makefile
scripts: add a tool to produce a compile_commands.json file
kbuild: add -Werror=implicit-int flag unconditionally
kbuild: add -Werror=strict-prototypes flag unconditionally
kbuild: add -fno-PIE flag unconditionally
scripts: coccinelle: Correct warning message
scripts: coccinelle: only suggest true/false in files that already use them
kbuild: handle part-of-module correctly for *.ll and *.symtypes
kbuild: refactor part-of-module
kbuild: refactor quiet_modtag
kbuild: remove redundant quiet_modtag for $(obj-m)
kbuild: refactor Makefile.asm-generic
user/Makefile: Fix typo and capitalization in comment section
...
2018-12-29 12:03:17 -08:00
..
2018-12-26 16:56:00 -08:00
2018-10-10 08:29:51 +02:00
2018-12-27 13:53:32 -08:00
2018-12-26 18:08:18 -08:00
2018-12-26 17:03:51 -08:00
2018-12-21 11:28:39 +01:00
2018-04-02 20:16:18 +02:00
2018-12-28 12:11:48 -08:00
2018-12-28 16:55:46 -08:00
2018-12-26 17:03:51 -08:00
2018-10-23 15:24:22 +01:00
2017-11-02 11:10:55 +01:00
2018-12-28 16:55:46 -08:00
2018-12-09 13:54:38 -08:00
2018-02-21 09:54:17 +01:00
2018-12-28 14:12:21 -08:00
2018-12-26 18:42:51 -08:00
2018-10-31 08:54:16 -07:00
2018-07-18 01:18:05 +09:00
2017-11-02 11:10:55 +01:00
2018-02-20 09:33:41 +01:00
2018-10-29 07:13:28 +01:00
2018-12-29 12:03:17 -08:00
2018-12-26 17:03:51 -08:00
2018-02-13 14:10:29 +01:00
2018-12-13 13:41:49 -05:00
2018-12-28 14:12:21 -08:00
2018-09-27 16:14:05 +02:00
2018-10-17 08:39:42 +02:00
2018-12-26 16:57:27 -08:00
2017-11-02 11:10:55 +01:00
2018-12-09 11:55:32 +01:00