[GIT PULL] Kbuild fixes for v6.1-rc7
From: Masahiro Yamada
Date: Sat Nov 26 2022 - 18:37:01 EST
Hi Linus,
Please pull yet more Kbuild fixes.
Thank you.
The following changes since commit eb7081409f94a9a8608593d0fb63a1aa3d6f95d8:
Linux 6.1-rc6 (2022-11-20 16:02:16 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
tags/kbuild-fixes-v6.1-4
for you to fetch changes up to 869e4ae4cd2a23d625aaa14ae62dbebf768cb77d:
nios2: add FORCE for vmlinuz.gz (2022-11-27 08:28:41 +0900)
----------------------------------------------------------------
Kbuild fixes for v6.1 (4th)
- Fix CC_HAS_ASM_GOTO_TIED_OUTPUT test in Kconfig
- Fix noisy "No such file or directory" message when KBUILD_BUILD_VERSION
is passed
- Include rust/ in source tarballs
- Fix missing FORCE for ARCH=nios2 builds
----------------------------------------------------------------
Alexandre Belloni (1):
init/Kconfig: fix CC_HAS_ASM_GOTO_TIED_OUTPUT test with dash
Masahiro Yamada (1):
kbuild: fix "cat: .version: No such file or directory"
Paran Lee (1):
scripts: add rust in scripts/Makefile.package
Randy Dunlap (1):
nios2: add FORCE for vmlinuz.gz
arch/microblaze/Makefile | 4 ++--
arch/nios2/boot/Makefile | 2 +-
arch/x86/boot/Makefile | 2 +-
init/Kconfig | 2 +-
scripts/Makefile.package | 4 ++--
5 files changed, 7 insertions(+), 7 deletions(-)
--
Best Regards
Masahiro Yamada