FreeCalypso > hg > freecalypso-sw
comparison loadtools/Makefile @ 45:16315ed6401a
init-script logic implemented in fc-xram
author | Michael Spacefalcon <msokolov@ivan.Harhan.ORG> |
---|---|
date | Mon, 17 Jun 2013 08:15:30 +0000 |
parents | 5da0cbee2b89 |
children | eb97cfe5e31a |
comparison
equal
deleted
inserted
replaced
44:5ca0ad4003a0 | 45:16315ed6401a |
---|---|
10 | 10 |
11 LOADTOOL_OBJS= crc32tab.o defpath.o hexdecode.o hwparam.o ltdispatch.o \ | 11 LOADTOOL_OBJS= crc32tab.o defpath.o hexdecode.o hwparam.o ltdispatch.o \ |
12 ltdump.o ltexit.o ltmain.o ltpassthru.o ltscript.o romload.o \ | 12 ltdump.o ltexit.o ltmain.o ltpassthru.o ltscript.o romload.o \ |
13 sercomm.o srecreader.o tpinterf.o tpinterf2.o | 13 sercomm.o srecreader.o tpinterf.o tpinterf2.o |
14 | 14 |
15 XRAM_OBJS= chainload.o clmain.o defpath.o hexdecode.o hwparam.o romload.o \ | 15 XRAM_OBJS= chainload.o clmain.o defpath.o hexdecode.o hwparam.o \ |
16 sercomm.o srecreader.o tpinterf.o ttypassthru.o | 16 initscript.o romload.o sercomm.o srecreader.o tpinterf.o \ |
17 ttypassthru.o | |
17 | 18 |
18 all: ${PROGS} | 19 all: ${PROGS} |
19 | 20 |
20 fc-sertool: ${SERTOOL_OBJS} | 21 fc-sertool: ${SERTOOL_OBJS} |
21 ${CC} -o $@ ${SERTOOL_OBJS} | 22 ${CC} -o $@ ${SERTOOL_OBJS} |