Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 7229
b: refs/heads/master
c: 33bc25e
h: refs/heads/master
i:
  7227: e8ff6a1
v: v3
  • Loading branch information
Sam Ravnborg committed Jul 14, 2005
1 parent 608afa6 commit 4e7980a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: bd5bdd875b29e882f80d2cd6dd1da468641dad2a
refs/heads/master: 33bc25eae40c100238a5abe8472cef0cd40226f1
10 changes: 10 additions & 0 deletions trunk/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -722,6 +722,16 @@ quiet_cmd_kallsyms = KSYM $@
# Needs to visit scripts/ before $(KALLSYMS) can be used.
$(KALLSYMS): scripts ;

# Generate some data for debugging strange kallsyms problems
debug_kallsyms: .tmp_map$(last_kallsyms)

.tmp_map%: .tmp_vmlinux% FORCE
($(OBJDUMP) -h $< | $(AWK) '/^ +[0-9]/{print $$4 " 0 " $$2}'; $(NM) $<) | sort > $@

.tmp_map3: .tmp_map2

.tmp_map2: .tmp_map1

endif # ifdef CONFIG_KALLSYMS

# vmlinux image - including updated kernel symbols
Expand Down

0 comments on commit 4e7980a

Please sign in to comment.