FreeCalypso > hg > freecalypso-tools
changeset 573:b22cc34b6fc9
loadtools/Makefile: removed provisions for special GTA02 AP build
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 02 Feb 2020 19:24:18 +0000 |
parents | 070b8c8f9be5 |
children | aba969153d20 |
files | loadtools/Makefile |
diffstat | 1 files changed, 18 insertions(+), 19 deletions(-) [+] |
line wrap: on
line diff
--- a/loadtools/Makefile Sun Feb 02 17:46:23 2020 +0000 +++ b/loadtools/Makefile Sun Feb 02 19:24:18 2020 +0000 @@ -8,31 +8,30 @@ INSTCONF=${INSTALL_PREFIX}/loadtools INSTHELP=${INSTALL_PREFIX}/helpfiles -EXTRA_OBJ= compalload.o - COMPALRAM_OBJS= compalload.o compalram.o defpath.o ttypassthru.o -IRAM_OBJS= defexitstub.o defpath.o flashstubs.o hexdecode.o hwparam.o \ - romload.o secondprog.o sertool.o srecreader.o ttypassthru.o \ - ${EXTRA_OBJ} +IRAM_OBJS= compalload.o defexitstub.o defpath.o flashstubs.o hexdecode.o \ + hwparam.o romload.o secondprog.o sertool.o srecreader.o \ + ttypassthru.o -LOADTOOL_OBJS= crc32tab.o defpath.o flashid.o flashops.o flcmplboot.o flconf.o\ - fldevs.o flmain.o flmisc.o flprogbin.o flprogsrec.o flutil.o \ - hexdecode.o hwparam.o labaud.o ltdispatch.o ltdump.o ltexit.o \ - lthelp.o ltmain.o ltmisc.o ltpassthru.o ltscript.o romload.o \ - srecreader.o tpinterf.o tpinterf2.o tpinterf3.o ${EXTRA_OBJ} +LOADTOOL_OBJS= compalload.o crc32tab.o defpath.o flashid.o flashops.o \ + flcmplboot.o flconf.o fldevs.o flmain.o flmisc.o flprogbin.o \ + flprogsrec.o flutil.o hexdecode.o hwparam.o labaud.o \ + ltdispatch.o ltdump.o ltexit.o lthelp.o ltmain.o ltmisc.o \ + ltpassthru.o ltscript.o romload.o srecreader.o tpinterf.o \ + tpinterf2.o tpinterf3.o -XRAM_OBJS= chainload.o clmain.o defexitstub.o defpath.o flashstubs.o \ - hexdecode.o hwparam.o initscript.o labaud.o romload.o \ - secondprog.o srecreader.o tpinterf.o ttypassthru.o ${EXTRA_OBJ} +XRAM_OBJS= chainload.o clmain.o compalload.o defexitstub.o defpath.o \ + flashstubs.o hexdecode.o hwparam.o initscript.o labaud.o \ + romload.o secondprog.o srecreader.o tpinterf.o ttypassthru.o -BUZPLAY_OBJS= bpdispatch.o bpmain.o buzplay.o defpath.o flashstubs.o \ - hexdecode.o hwparam.o labaud.o ltexit.o ltpassthru.o romload.o \ - srecreader.o tpinterf.o ${EXTRA_OBJ} +BUZPLAY_OBJS= bpdispatch.o bpmain.o buzplay.o compalload.o defpath.o \ + flashstubs.o hexdecode.o hwparam.o labaud.o ltexit.o \ + ltpassthru.o romload.o srecreader.o tpinterf.o -ROMDUMP_OBJS= defpath.o flashstubs.o hexdecode.o hwparam.o labaud.o ltexit.o \ - romdump.o romload.o srecreader.o tpinterf.o tpinterf2.o \ - ${EXTRA_OBJ} +ROMDUMP_OBJS= compalload.o defpath.o flashstubs.o hexdecode.o hwparam.o \ + labaud.o ltexit.o romdump.o romload.o srecreader.o tpinterf.o \ + tpinterf2.o LIBSERIAL= ../libserial/libserial.a