Fix accidentally commited temp change

pull/110/head
Andre Richter 3 years ago
parent aeadda4b7e
commit e451d9d62c
No known key found for this signature in database
GPG Key ID: 2116C1AB102F615E

@ -170,7 +170,7 @@ objdump: $(KERNEL_ELF)
@$(DOCKER_ELFTOOLS) $(OBJDUMP_BINARY) --disassemble --demangle $(KERNEL_ELF) | rustfilt
nm: $(KERNEL_ELF)
$(DOCKER_ELFTOOLS) $(NM_BINARY) --demangle --print-size $(KERNEL_ELF) | sort | rustfilt
@$(DOCKER_ELFTOOLS) $(NM_BINARY) --demangle --print-size $(KERNEL_ELF) | sort | rustfilt
# For rust-analyzer
check:

Loading…
Cancel
Save