Commit d7d5f795 authored by Ben Collins's avatar Ben Collins Committed by Linus Torvalds

[PATCH] Use KALLSYMS for scripts/kallsyms

Since KALLSYMS is defined, might aswell use it somewhere.
parent 7f66d02c
......@@ -388,7 +388,7 @@ ifdef CONFIG_KALLSYMS
kallsyms.o := .tmp_kallsyms2.o
quiet_cmd_kallsyms = KSYM $@
cmd_kallsyms = $(NM) -n $< | scripts/kallsyms > $@
cmd_kallsyms = $(NM) -n $< | $(KALLSYMS) > $@
.tmp_kallsyms1.o .tmp_kallsyms2.o: %.o: %.S scripts FORCE
$(call if_changed_dep,as_o_S)
......
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