git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@15347 27425a3e-05d8-49a3-a47f-9c15f0e5edd8
This commit is contained in:
parent
fc682f0337
commit
799c268d84
|
@ -189,7 +189,7 @@ include $(RULESPATH)/rules.mk
|
||||||
|
|
||||||
read:
|
read:
|
||||||
@echo "Reading elf..."
|
@echo "Reading elf..."
|
||||||
@$(TRGT)readelf -atSln $(BUILDDIR)/$(PROJECT).elf > $(BUILDDIR)/$(PROJECT).read
|
@$(TRGT)readelf -atSlnr $(BUILDDIR)/$(PROJECT).elf > $(BUILDDIR)/$(PROJECT).read
|
||||||
|
|
||||||
#
|
#
|
||||||
# Custom rules
|
# Custom rules
|
||||||
|
|
Loading…
Reference in New Issue