FreeCalypso > hg > freecalypso-sw
comparison loadtools/Makefile @ 52:b015036286f3
fc-loadtool: fast-baud communication with loadagent implemented, works!
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 23 Jun 2013 04:34:22 +0000 |
parents | 38664e0b7c32 |
children | 604648026e9c |
comparison
equal
deleted
inserted
replaced
51:aa62352647f7 | 52:b015036286f3 |
---|---|
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 romload.o sercomm.o sertool.o \ |
10 srecreader.o ttypassthru.o | 10 srecreader.o ttypassthru.o |
11 | 11 |
12 LOADTOOL_OBJS= crc32tab.o defpath.o hexdecode.o hwparam.o ltdispatch.o \ | 12 LOADTOOL_OBJS= crc32tab.o defpath.o hexdecode.o hwparam.o labaud.o \ |
13 ltdump.o ltexit.o ltmain.o ltpassthru.o ltscript.o romload.o \ | 13 ltdispatch.o ltdump.o ltexit.o ltmain.o ltpassthru.o ltscript.o\ |
14 sercomm.o srecreader.o tpinterf.o tpinterf2.o | 14 romload.o sercomm.o srecreader.o tpinterf.o tpinterf2.o |
15 | 15 |
16 XRAM_OBJS= chainload.o clmain.o defpath.o hexdecode.o hwparam.o \ | 16 XRAM_OBJS= chainload.o clmain.o defpath.o hexdecode.o hwparam.o \ |
17 initscript.o romload.o sercomm.o srecreader.o tpinterf.o \ | 17 initscript.o romload.o sercomm.o srecreader.o tpinterf.o \ |
18 ttypassthru.o | 18 ttypassthru.o |
19 | 19 |