comparison simtool/Makefile @ 44:f4eb1e83b4b3

fc-simtool smsp-set command implemented
author Mychaela Falconia <falcon@freecalypso.org>
date Fri, 12 Feb 2021 23:48:01 +0000
parents 2714d379edc2
children 32d6186668cf
comparison
equal deleted inserted replaced
43:52ec2d3eb851 44:f4eb1e83b4b3
3 PROG= fc-simtool 3 PROG= fc-simtool
4 OBJS= a38.o chv.o curfile.o dispatch.o dumpdir.o grcard1.o grcard2.o hlread.o\ 4 OBJS= a38.o chv.o curfile.o dispatch.o dumpdir.o grcard1.o grcard2.o hlread.o\
5 main.o pbcommon.o pbdump.o pberase.o pbupd_file.o pbupd_imm.o \ 5 main.o pbcommon.o pbdump.o pberase.o pbupd_file.o pbupd_imm.o \
6 pbupd_immhex.o readcmd.o readops.o restorebin.o savebin.o script.o \ 6 pbupd_immhex.o readcmd.o readops.o restorebin.o savebin.o script.o \
7 select.o smserase.o smsp_common.o smsp_dump.o smsp_erase.o \ 7 select.o smserase.o smsp_common.o smsp_dump.o smsp_erase.o \
8 smsp_restore.o sysmo.o telsum.o writecmd.o writeops.o 8 smsp_restore.o smsp_set.o sysmo.o telsum.o writecmd.o writeops.o
9 LIBS= ../libcommon/libcommon.a 9 LIBS= ../libcommon/libcommon.a
10 INSTBIN=/opt/freecalypso/bin 10 INSTBIN=/opt/freecalypso/bin
11 11
12 all: ${PROG} 12 all: ${PROG}
13 13