fix paths for functionsize/countregs

master
Matthias Merz 15 years ago
parent 5fd98947dc
commit 35db9c591b

@ -58,10 +58,10 @@ disasm: firmware.bin
avr-objdump -d firmware.bin >disasm
functionsize: disasm
python avrbuild/functionsize.py
python ../avrbuild/functionsize.py
countregs: disasm
python avrbuild/countregs.py
python ../avrbuild/countregs.py
# for depends:
-include $(OBJECTS:.o=.d)

@ -57,10 +57,10 @@ disasm: firmware.bin
avr-objdump -d firmware.bin >disasm
functionsize: disasm
python avrbuild/functionsize.py
python ../avrbuild/functionsize.py
countregs: disasm
python avrbuild/countregs.py
python ../avrbuild/countregs.py
# for depends:
-include $(OBJECTS:.o=.d)

Loading…
Cancel
Save