Subversion Repositories FlightCtrl

Rev

Rev 1400 | Go to most recent revision | Show entire file | Regard whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1400 Rev 1452
Line 364... Line 364...
364
 
364
 
365
# Create a symbol table from ELF output file.
365
# Create a symbol table from ELF output file.
366
%.sym: %.elf
366
%.sym: %.elf
367
	@echo
367
	@echo
368
	@echo $(MSG_SYMBOL_TABLE) $@
368
	@echo $(MSG_SYMBOL_TABLE) $@
Line 369... Line 369...
369
	avr-nm -n $< > $@
369
#	avr-nm -n $< > $@
370
 
370