FreeCalypso > hg > freecalypso-sw
comparison loadtools/Makefile @ 70:e2698daf40d1
dieid implemented in fc-loadtool as well
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Fri, 26 Jul 2013 17:51:49 +0000 |
parents | a7da6648a7f8 |
children | ccc5161848c7 |
comparison
equal
deleted
inserted
replaced
69:8387dcba945d | 70:e2698daf40d1 |
---|---|
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 flerase.o flprogbin.o flutil.o hexdecode.o\ | 12 LOADTOOL_OBJS= crc32tab.o defpath.o flerase.o flprogbin.o flutil.o hexdecode.o\ |
13 hwparam.o labaud.o ltdispatch.o ltdump.o ltexit.o ltflash.o \ | 13 hwparam.o labaud.o ltdispatch.o ltdump.o ltexit.o ltflash.o \ |
14 ltmain.o ltpassthru.o ltscript.o romload.o sercomm.o \ | 14 ltmain.o ltmisc.o ltpassthru.o ltscript.o romload.o sercomm.o \ |
15 srecreader.o tpinterf.o tpinterf2.o tpinterf3.o | 15 srecreader.o tpinterf.o tpinterf2.o tpinterf3.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 \ |
18 hwparamstubs.o initscript.o labaud.o romload.o sercomm.o \ | 18 hwparamstubs.o initscript.o labaud.o romload.o sercomm.o \ |
19 srecreader.o tpinterf.o ttypassthru.o | 19 srecreader.o tpinterf.o ttypassthru.o |