summaryrefslogtreecommitdiffstats
path: root/make/custom/erc32.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/erc32.cfg')
-rw-r--r--make/custom/erc32.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/erc32.cfg b/make/custom/erc32.cfg
index 7341fe9fb1..e4e1778851 100644
--- a/make/custom/erc32.cfg
+++ b/make/custom/erc32.cfg
@@ -25,7 +25,7 @@ CFLAGS_OPTIMIZE_V = -O2 -g
define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -o $(basename $@).exe \
- $(LINK_OBJS) $(LINK_LIBS)
+ $(LINK_OBJS) $(LINK_LIBS) -Wl,-Map,$(basename $@).map
$(NM) -g -n $(basename $@).exe > $(basename $@).num
$(SIZE) $(basename $@).exe
endef