VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Bill Wendling <morbo@google.com> 2020-09-22 16:21:40 -0700 committer: Masahiro Yamada <masahiroy@kernel.org> 2020-10-09 23:57:30 +0900 commit: a968433723310f35898b4a2f635a7991aeef66b1 parent: 548b8b5168c90c42e88f70fcf041b4ce0b8e7aa8
Commit Summary:
kbuild: explicitly specify the build id style
Diffstat:
1 file changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index e39ed7967cd6..088fb7d49dd7 100644
--- a/Makefile
+++ b/Makefile
@@ -982,8 +982,8 @@ KBUILD_CPPFLAGS += $(KCPPFLAGS)
 KBUILD_AFLAGS   += $(KAFLAGS)
 KBUILD_CFLAGS   += $(KCFLAGS)
 
-KBUILD_LDFLAGS_MODULE += --build-id
-LDFLAGS_vmlinux += --build-id
+KBUILD_LDFLAGS_MODULE += --build-id=sha1
+LDFLAGS_vmlinux += --build-id=sha1
 
 ifeq ($(CONFIG_STRIP_ASM_SYMS),y)
 LDFLAGS_vmlinux	+= $(call ld-option, -X,)