FreeCalypso > hg > freecalypso-tools
comparison loadtools/Makefile @ 656:9f5a3e9e6294
fc-xram: implemented CRC-32 verification
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 03 Mar 2020 00:08:27 +0000 |
parents | bf840c984113 |
children | cd48bc4c5460 |
comparison
equal
deleted
inserted
replaced
655:a880f48d6ac0 | 656:9f5a3e9e6294 |
---|---|
19 flprogsrec.o flutil.o hexdecode.o hwparam.o labaud.o lacrc32.o \ | 19 flprogsrec.o flutil.o hexdecode.o hwparam.o labaud.o lacrc32.o \ |
20 ltdispatch.o ltdump.o ltexit.o lthelp.o ltmain.o ltmisc.o \ | 20 ltdispatch.o ltdump.o ltexit.o lthelp.o ltmain.o ltmisc.o \ |
21 ltpassthru.o ltscript.o romload.o srecreader.o tpinterf.o \ | 21 ltpassthru.o ltscript.o romload.o srecreader.o tpinterf.o \ |
22 tpinterf2.o tpinterf3.o tpinterfb.o | 22 tpinterf2.o tpinterf3.o tpinterfb.o |
23 | 23 |
24 XRAM_OBJS= chainload.o clmain.o compalload.o defexitstub.o defpath.o \ | 24 XRAM_OBJS= chainload.o clmain.o compalload.o crc32tab.o defexitstub.o \ |
25 flashstubs.o hexdecode.o hwparam.o initscript.o labaud.o \ | 25 defpath.o flashstubs.o hexdecode.o hwparam.o initscript.o \ |
26 romload.o secondprog.o srecreader.o tpinterf.o tpinterfb.o \ | 26 labaud.o lacrc32.o romload.o secondprog.o srecreader.o \ |
27 ttypassthru.o | 27 tpinterf.o tpinterf2.o tpinterfb.o ttypassthru.o |
28 | 28 |
29 BUZPLAY_OBJS= bpdispatch.o bpmain.o buzplay.o compalload.o defpath.o \ | 29 BUZPLAY_OBJS= bpdispatch.o bpmain.o buzplay.o compalload.o defpath.o \ |
30 flashstubs.o hexdecode.o hwparam.o labaud.o ltexit.o \ | 30 flashstubs.o hexdecode.o hwparam.o labaud.o ltexit.o \ |
31 ltpassthru.o romload.o srecreader.o tpinterf.o | 31 ltpassthru.o romload.o srecreader.o tpinterf.o |
32 | 32 |