Merge branch 'master' of gitorious.ghostdub.de:avr/thermocouple

master
Dario Ernst 15 years ago
commit d0757f7799

@ -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