fix(build): filter out mislinked debug symbol in the first link stage (#1129)

This commit is contained in:
Samuel Dai 2025-04-14 10:11:14 +08:00 committed by GitHub
parent 1485456bf3
commit 0f827fb191
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -42,7 +42,7 @@ kernel_rust:
all: kernel
rm -f ./debug/kallsyms.o
# if x86_64
ifeq ($(ARCH), x86_64)
$(MAKE) __link_x86_64_kernel