[GIT PULL] Kbuild fixes for v6.11-rc5

From: Masahiro Yamada
Date: Thu Aug 22 2024 - 14:16:52 EST


Hello Linus,


Please pull Kbuild fixes for v6.11-rc5.
Thanks.



The following changes since commit de9c2c66ad8e787abec7c9d7eff4f8c3cdd28aed:

Linux 6.11-rc2 (2024-08-04 13:50:53 -0700)

are available in the Git repository at:

git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
tags/kbuild-fixes-v6.11-2

for you to fetch changes up to 8fb4ac1cee88a57e7a56faba49b408a41a4af4db:

kbuild: fix typos "prequisites" to "prerequisites" (2024-08-23 02:41:02 +0900)

----------------------------------------------------------------
Kbuild fixes for v6.11 (2nd)

- Eliminate the fdtoverlay command duplication in scripts/Makefile.lib

- Fix 'make compile_commands.json' for external modules

- Ensure scripts/kconfig/merge_config.sh handles missing newlines

- Fix some build errors on macOS

----------------------------------------------------------------
Alexandre Courbot (1):
Makefile: add $(srctree) to dependency of compile_commands.json target

Anders Roxell (1):
scripts: kconfig: merge_config: config files: add a trailing newline

Javier Carrasco (1):
Documentation/llvm: turn make command for ccache into code block

Masahiro Yamada (4):
kbuild: clean up code duplication in cmd_fdtoverlay
treewide: remove unnecessary <linux/version.h> inclusion
kbuild: avoid scripts/kallsyms parsing /dev/null
kbuild: fix typos "prequisites" to "prerequisites"

Documentation/kbuild/llvm.rst | 2 +-
Makefile | 2 +-
drivers/accessibility/speakup/genmap.c | 1 -
drivers/accessibility/speakup/makemapdata.c | 1 -
drivers/staging/media/atomisp/include/linux/atomisp.h | 1 -
samples/trace_events/trace_custom_sched.c | 1 -
scripts/Makefile.build | 2 +-
scripts/Makefile.lib | 28
++++++++++------------------
scripts/Makefile.modfinal | 2 +-
scripts/Makefile.vmlinux | 2 +-
scripts/Makefile.vmlinux_o | 2 +-
scripts/kconfig/merge_config.sh | 2 ++
scripts/link-vmlinux.sh | 3 ++-
sound/soc/codecs/cs42l42.c | 1 -
14 files changed, 20 insertions(+), 30 deletions(-)


--
Best Regards
Masahiro Yamada