summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2011-04-04 14:53:08 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2011-04-04 14:53:08 +0200
commit691dd27f7a9256c6da86bc94cc6eaba840ba9575 (patch)
treec786102100c5d332e630f83c5e4d7119548cd6c5 /Makefile
parent6603a7defe3648ac06c034914245043f2714467a (diff)
parent6402171c907cb376d73c17a9f783b435b7626eb7 (diff)
downloadbarebox-691dd27f7a9256c6da86bc94cc6eaba840ba9575.tar.gz
barebox-691dd27f7a9256c6da86bc94cc6eaba840ba9575.tar.xz
Merge branch 'next'
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index f6145eaae9..07176925e5 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)