[GIT PULL] Kbuild fixes for v5.11
From: Masahiro Yamada
Date: Sun Feb 14 2021 - 12:04:22 EST
Hi Linus,
Please pull Kbuild fixes.
Thanks.
The following changes since commit 92bf22614b21a2706f4993b278017e437f7785b3:
Linux 5.11-rc7 (2021-02-07 13:57:38 -0800)
are available in the Git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild.git
tags/kbuild-fixes-v5.11-3
for you to fetch changes up to fe968c41ac4f4ec9ffe3c4cf16b72285f5e9674f:
scripts: set proper OpenSSL include dir also for sign-file
(2021-02-15 01:54:11 +0900)
----------------------------------------------------------------
Kbuild fixes for v5.11 (3rd)
- Fix CONFIG_TRIM_UNUSED_KSYMS build for ppc64
- Use pkg-config for scripts/sign-file.c CFLAGS
----------------------------------------------------------------
Masahiro Yamada (2):
kbuild: fix CONFIG_TRIM_UNUSED_KSYMS build for ppc64
sparc: remove wrong comment from arch/sparc/include/asm/Kbuild
Rolf Eike Beer (1):
scripts: set proper OpenSSL include dir also for sign-file
arch/sparc/include/asm/Kbuild | 2 --
scripts/Makefile | 1 +
scripts/gen_autoksyms.sh | 3 +++
3 files changed, 4 insertions(+), 2 deletions(-)
--
Best Regards
Masahiro Yamada