aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Makefile.rules2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.rules b/Makefile.rules
index d63cbf4..3534f5d 100644
--- a/Makefile.rules
+++ b/Makefile.rules
@@ -70,4 +70,4 @@ endif
$(call Q,CC, $(CC) $(CPPFLAGS) -P -E $< -o $@, $@)
%.map: %.elf
- $(call Q,NM, $(NM) -n $< | grep -v '\( [aNUw] \)\|\(__crc_\)\|\( \$[adt]\)' > $@, $@)
+ $(call Q,NM, $(NM) --synthetic -n $< | grep -v '\( [aNUw] \)\|\(__crc_\)\|\( \$[adt]\)' > $@, $@)