FreeCalypso > hg > freecalypso-sw
comparison loadtools/Makefile @ 55:278052b6afda
loadtools: started laying the foundation for flash support
| author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
|---|---|
| date | Sun, 23 Jun 2013 20:13:59 +0000 |
| parents | 604648026e9c |
| children | d98137625c0d |
comparison
equal
deleted
inserted
replaced
| 54:50b652bc3a4f | 55:278052b6afda |
|---|---|
| 4 LASRC= ../target-utils/loadagent | 4 LASRC= ../target-utils/loadagent |
| 5 SCRIPTS=scripts/pirelli.config scripts/pirelli.init | 5 SCRIPTS=scripts/pirelli.config scripts/pirelli.init |
| 6 INSTBIN=/usr/local/bin | 6 INSTBIN=/usr/local/bin |
| 7 INSTSCR=/usr/local/share/freecalypso | 7 INSTSCR=/usr/local/share/freecalypso |
| 8 | 8 |
| 9 IRAM_OBJS= defpath.o hexdecode.o hwparam.o romload.o sercomm.o sertool.o \ | 9 IRAM_OBJS= defpath.o hexdecode.o hwparam.o hwparamstubs.o romload.o \ |
| 10 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 hexdecode.o hwparam.o labaud.o \ |
| 13 ltdispatch.o ltdump.o ltexit.o ltmain.o ltpassthru.o ltscript.o\ | 13 ltdispatch.o ltdump.o ltexit.o ltflash.o ltmain.o ltpassthru.o \ |
| 14 romload.o sercomm.o srecreader.o tpinterf.o tpinterf2.o | 14 ltscript.o romload.o sercomm.o srecreader.o tpinterf.o \ |
| 15 tpinterf2.o | |
| 15 | 16 |
| 16 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 \ |
| 17 initscript.o labaud.o romload.o sercomm.o srecreader.o \ | 18 hwparamstubs.o initscript.o labaud.o romload.o sercomm.o \ |
| 18 tpinterf.o ttypassthru.o | 19 srecreader.o tpinterf.o ttypassthru.o |
| 19 | 20 |
| 20 all: ${PROGS} | 21 all: ${PROGS} |
| 21 | 22 |
| 22 fc-iram: ${IRAM_OBJS} | 23 fc-iram: ${IRAM_OBJS} |
| 23 ${CC} -o $@ ${IRAM_OBJS} | 24 ${CC} -o $@ ${IRAM_OBJS} |
