FreeCalypso > hg > freecalypso-sw
diff loadtools/Makefile @ 35:05af070c4b60
loadtool: preparations for dump2bin and dump2srec
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Sun, 05 May 2013 02:24:56 +0000 |
parents | af6d763badfb |
children | 5da0cbee2b89 |
line wrap: on
line diff
--- a/loadtools/Makefile Sat May 04 08:47:53 2013 +0000 +++ b/loadtools/Makefile Sun May 05 02:24:56 2013 +0000 @@ -8,9 +8,9 @@ SERTOOL_OBJS= defpath.o hexdecode.o hwparam.o romload.o sercomm.o sertool.o \ srecreader.o ttypassthru.o -LOADTOOL_OBJS= defpath.o hexdecode.o hwparam.o ltdispatch.o ltexit.o ltmain.o \ - ltpassthru.o ltscript.o romload.o sercomm.o srecreader.o \ - tpinterf.o +LOADTOOL_OBJS= crc32tab.o defpath.o hexdecode.o hwparam.o ltdispatch.o \ + ltdump.o ltexit.o ltmain.o ltpassthru.o ltscript.o romload.o \ + sercomm.o srecreader.o tpinterf.o tpinterf2.o all: ${PROGS}