]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
Merge tag 'kbuild-fixes-7.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuil...
authorLinus Torvalds <torvalds@linux-foundation.org>
Tue, 24 Mar 2026 23:48:14 +0000 (16:48 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 24 Mar 2026 23:48:14 +0000 (16:48 -0700)
commitbbeb83d3182abe0d245318e274e8531e5dd7a948
treeaabc84ca1c77a15500b75eae417f1026fb13bb39
parent24f9515de8778410e4b84c85b196c9850d2c1e18
parent775af5cbb22c1de2ad0f486959739c35cfc55ac8
Merge tag 'kbuild-fixes-7.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux

Pull Kbuild fixes from Nathan Chancellor:
 "This mostly addresses some issues with the awk conversion in
  scripts/kconfig/merge_config.sh.

   - Fix typo to ensure .builtin-dtbs.S is properly cleaned

   - Fix '==' bashism in scripts/kconfig/merge_config.sh

   - Fix awk error in scripts/kconfig/merge_config.sh when base
     configuration is empty

   - Fix inconsistent indentation in scripts/kconfig/merge_config.sh"

* tag 'kbuild-fixes-7.0-3' of git://git.kernel.org/pub/scm/linux/kernel/git/kbuild/linux:
  scripts: kconfig: merge_config.sh: fix indentation
  scripts: kconfig: merge_config.sh: pass output file as awk variable
  scripts: kconfig: merge_config.sh: fix unexpected operator warning
  kbuild: Delete .builtin-dtbs.S when running make clean
Makefile