Commit 5ff48e06 authored by Kai Germaschewski's avatar Kai Germaschewski

kbuild: Add relocation information into .lst file

A little known feature is "make some/file.lst" which will generate
an assembler dump interspersed with the source code, and now with
decoded relocation information as well.
parent e8b95ee2
......@@ -28,4 +28,4 @@ if [ -n "$t1" ]; then
else
t7=0
fi
$3 --source --adjust-vma=$t7 $1
$3 -r --source --adjust-vma=$t7 $1
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment