I think this dis. output is better.
This commit is contained in:
parent
6c40e18b03
commit
f4312f7cf6
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -74,7 +74,7 @@ tests/rftest-tx.obj: src/maca.o
|
|||
$(OBJCOPY) ${OBJCFLAGS} -O binary $< $@
|
||||
|
||||
%.dis: %.obj
|
||||
$(OBJDUMP) -DS $< > $@
|
||||
$(OBJDUMP) -d $< > $@
|
||||
|
||||
%.obj: $(LDSCRIPT) %.o
|
||||
echo $*.o
|
||||
|
|
Loading…
Reference in a new issue