summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--make/custom/gensh1.cfg2
-rw-r--r--make/custom/gensh2.cfg2
-rw-r--r--make/custom/gensh4.cfg2
-rw-r--r--make/custom/hurricane.cfg2
-rw-r--r--make/custom/rbtx4925.cfg2
-rw-r--r--make/custom/simsh4.cfg2
6 files changed, 6 insertions, 6 deletions
diff --git a/make/custom/gensh1.cfg b/make/custom/gensh1.cfg
index 4f236d2ca3..407de36570 100644
--- a/make/custom/gensh1.cfg
+++ b/make/custom/gensh1.cfg
@@ -33,7 +33,7 @@ define make-exe
-Wl,-Map,$(basename $@).map \
$(LDLIBS) -o $@ \
$(LINK_OBJS) $(LINK_LIBS)
- $(NM) -n $@ > $(basename $@).num
+ $(NM) -g -n $@ > $(basename $@).num
$(SIZE) $@
endef
diff --git a/make/custom/gensh2.cfg b/make/custom/gensh2.cfg
index 19f5aa45f5..82f2c5009e 100644
--- a/make/custom/gensh2.cfg
+++ b/make/custom/gensh2.cfg
@@ -32,7 +32,7 @@ define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -Wl,-Map,$(basename $@).map \
$(LDLIBS) -o $@ \
$(LINK_OBJS) $(LINK_LIBS)
- $(NM) -n $@ > $(basename $@).num
+ $(NM) -g -n $@ > $(basename $@).num
$(SIZE) $@
endef
diff --git a/make/custom/gensh4.cfg b/make/custom/gensh4.cfg
index 87f5948c1e..206d343b0a 100644
--- a/make/custom/gensh4.cfg
+++ b/make/custom/gensh4.cfg
@@ -39,7 +39,7 @@ define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -Wl,-Map,$(basename $@).map \
$(LDLIBS) -o $@ \
$(LINK_OBJS) $(LINK_LIBS)
- $(NM) -n $@ > $(basename $@).num
+ $(NM) -g -n $@ > $(basename $@).num
$(SIZE) $@
endef
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
diff --git a/make/custom/rbtx4925.cfg b/make/custom/rbtx4925.cfg
index e9913e50b7..8d844db4d7 100644
--- a/make/custom/rbtx4925.cfg
+++ b/make/custom/rbtx4925.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
diff --git a/make/custom/simsh4.cfg b/make/custom/simsh4.cfg
index e0237e9f9f..591e6dd122 100644
--- a/make/custom/simsh4.cfg
+++ b/make/custom/simsh4.cfg
@@ -39,7 +39,7 @@ define make-exe
$(LINK.c) $(AM_CFLAGS) $(AM_LDFLAGS) -Wl,-Map,$(basename $@).map \
$(LDLIBS) -o $@ \
$(LINK_OBJS) $(LINK_LIBS)
- $(NM) -n $@ > $(basename $@).num
+ $(NM) -g -n $@ > $(basename $@).num
$(SIZE) $@
endef