FreeCalypso > hg > freecalypso-tools
comparison loadtools/Makefile @ 650:bf840c984113
fc-xram reworked to use the new binary protocol
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 02 Mar 2020 03:21:41 +0000 |
parents | 141372e0d28f |
children | 9f5a3e9e6294 |
comparison
equal
deleted
inserted
replaced
649:141372e0d28f | 650:bf840c984113 |
---|---|
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 defexitstub.o defpath.o \ |
25 flashstubs.o hexdecode.o hwparam.o initscript.o labaud.o \ | 25 flashstubs.o hexdecode.o hwparam.o initscript.o labaud.o \ |
26 romload.o secondprog.o srecreader.o tpinterf.o ttypassthru.o | 26 romload.o secondprog.o srecreader.o tpinterf.o tpinterfb.o \ |
27 ttypassthru.o | |
27 | 28 |
28 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 \ |
29 flashstubs.o hexdecode.o hwparam.o labaud.o ltexit.o \ | 30 flashstubs.o hexdecode.o hwparam.o labaud.o ltexit.o \ |
30 ltpassthru.o romload.o srecreader.o tpinterf.o | 31 ltpassthru.o romload.o srecreader.o tpinterf.o |
31 | 32 |