summaryrefslogtreecommitdiffstats
path: root/make/custom/rbtx4925.cfg
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2007-01-18 10:20:33 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2007-01-18 10:20:33 +0000
commite4f49cf4ac19444c1b5d569416b802ba02664e0e (patch)
treefdbc9ceb48f1212394ed076402ecaf210909e5d9 /make/custom/rbtx4925.cfg
parent2007-01-18 Ralf Corsépius <ralf.corsepius@rtems.org> (diff)
downloadrtems-e4f49cf4ac19444c1b5d569416b802ba02664e0e.tar.bz2
Use $(NM) -g -n instead of $(NM) -n.
Diffstat (limited to 'make/custom/rbtx4925.cfg')
-rw-r--r--make/custom/rbtx4925.cfg2
1 files changed, 1 insertions, 1 deletions
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