From e4f49cf4ac19444c1b5d569416b802ba02664e0e Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Thu, 18 Jan 2007 10:20:33 +0000 Subject: Use $(NM) -g -n instead of $(NM) -n. --- make/custom/rbtx4925.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'make/custom/rbtx4925.cfg') 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 -- cgit v1.2.3