Merge tag 'kbuild-fixes-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masahi...
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 23 Jul 2023 21:55:41 +0000 (14:55 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 23 Jul 2023 21:55:41 +0000 (14:55 -0700)
commit12a5336ca384b295093c18e0c66ca60b4518d9b9
tree082c0e6e88285c34bc103aed76177961a2823881
parent269f4a4b85a1b61e94bf935b30c56a938e92f585
parentdf01b7cfcef08bf3fdcac2909d0e1910781d6bfd
Merge tag 'kbuild-fixes-v6.5' of git://git./linux/kernel/git/masahiroy/linux-kbuild

Pull Kbuild fixes from Masahiro Yamada:

 - Fix stale help text in gconfig

 - Support *.S files in compile_commands.json

 - Flatten KBUILD_CFLAGS

 - Fix external module builds with Rust so that temporary files are
   created in the modules directories instead of the kernel tree

* tag 'kbuild-fixes-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild:
  kbuild: rust: avoid creating temporary files
  kbuild: flatten KBUILD_CFLAGS
  gen_compile_commands: add assembly files to compilation database
  kconfig: gconfig: correct program name in help text
  kconfig: gconfig: drop the Show Debug Info help text
Makefile