FreeCalypso > hg > freecalypso-sw
comparison loadtools/Makefile @ 56:d98137625c0d
fc-loadtool flash: total_size logic implemented
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
|---|---|
| date | Sun, 23 Jun 2013 20:50:41 +0000 |
| parents | 278052b6afda |
| children | 6fb41cfa773d |
comparison
equal
deleted
inserted
replaced
| 55:278052b6afda | 56:d98137625c0d |
|---|---|
| 7 INSTSCR=/usr/local/share/freecalypso | 7 INSTSCR=/usr/local/share/freecalypso |
| 8 | 8 |
| 9 IRAM_OBJS= defpath.o hexdecode.o hwparam.o hwparamstubs.o romload.o \ | 9 IRAM_OBJS= defpath.o hexdecode.o hwparam.o hwparamstubs.o romload.o \ |
| 10 sercomm.o sertool.o srecreader.o ttypassthru.o | 10 sercomm.o sertool.o srecreader.o ttypassthru.o |
| 11 | 11 |
| 12 LOADTOOL_OBJS= crc32tab.o defpath.o hexdecode.o hwparam.o labaud.o \ | 12 LOADTOOL_OBJS= crc32tab.o defpath.o flutil.o hexdecode.o hwparam.o labaud.o \ |
| 13 ltdispatch.o ltdump.o ltexit.o ltflash.o ltmain.o ltpassthru.o \ | 13 ltdispatch.o ltdump.o ltexit.o ltflash.o ltmain.o ltpassthru.o \ |
| 14 ltscript.o romload.o sercomm.o srecreader.o tpinterf.o \ | 14 ltscript.o romload.o sercomm.o srecreader.o tpinterf.o \ |
| 15 tpinterf2.o | 15 tpinterf2.o |
| 16 | 16 |
| 17 XRAM_OBJS= chainload.o clmain.o defpath.o hexdecode.o hwparam.o \ | 17 XRAM_OBJS= chainload.o clmain.o defpath.o hexdecode.o hwparam.o \ |
