From f4491d7b0404191a143aae3ee93fe04d396b3dea Mon Sep 17 00:00:00 2001 From: Sascha Hauer Date: Tue, 8 Mar 2011 12:00:10 +0100 Subject: kallsyms/printk: enable symbol printing support (%pS) With this kallsyms finally start working at least on ARM. This enables us resolving addresses into symbols which is particularly useful in combination with stack unwinding support. As kallsyms now compile and work we can remove the depends on BROKEN. Signed-off-by: Sascha Hauer --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 1a4a54e657..55c83cc1c2 100644 --- a/Makefile +++ b/Makefile @@ -599,7 +599,7 @@ endef # Generate .S file with all kernel symbols quiet_cmd_kallsyms = KSYM $@ - cmd_kallsyms = $(NM) -g -n $< | $(KALLSYMS) > $@ + cmd_kallsyms = $(NM) -n $< | $(KALLSYMS) --all-symbols > $@ .tmp_kallsyms1.o .tmp_kallsyms2.o .tmp_kallsyms3.o: %.o: %.S scripts FORCE $(call if_changed_dep,as_o_S) -- cgit v1.2.3