summaryrefslogtreecommitdiffstats
path: root/make/custom/hurricane.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'make/custom/hurricane.cfg')
-rw-r--r--make/custom/hurricane.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/custom/hurricane.cfg b/make/custom/hurricane.cfg
index 8e389ff792..f6151c59ec 100644
--- a/make/custom/hurricane.cfg
+++ b/make/custom/hurricane.cfg
@@ -27,7 +27,7 @@ define make-exe
$(OBJCOPY) -O srec $@ $(basename $@).srec1
$(PACKHEX) < $(basename $@).srec1 > $(basename $@).srec
$(RM) $(basename $@).srec1
- $(NM) -n $@ > $(basename $@).num
+ $(NM) -g -n $@ > $(basename $@).num
$(SIZE) $@
endef