mirror of
https://github.com/DragonOS-Community/DragonOS.git
synced 2025-06-08 18:26:48 +00:00
fix(build): filter out mislinked debug symbol in the first link stage (#1129)
This commit is contained in:
parent
1485456bf3
commit
0f827fb191
@ -42,7 +42,7 @@ kernel_rust:
|
|||||||
|
|
||||||
|
|
||||||
all: kernel
|
all: kernel
|
||||||
|
rm -f ./debug/kallsyms.o
|
||||||
# if x86_64
|
# if x86_64
|
||||||
ifeq ($(ARCH), x86_64)
|
ifeq ($(ARCH), x86_64)
|
||||||
$(MAKE) __link_x86_64_kernel
|
$(MAKE) __link_x86_64_kernel
|
||||||
|
Loading…
x
Reference in New Issue
Block a user