FreeCalypso > hg > freecalypso-tools
diff target-utils/simagent/Makefile @ 776:fac3176de18d
simagent: bare Tx implemented
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Fri, 12 Mar 2021 23:36:46 +0000 |
parents | 6d1b22d4926f |
children | 8196bba46318 |
line wrap: on
line diff
--- a/target-utils/simagent/Makefile Fri Mar 12 22:08:07 2021 +0000 +++ b/target-utils/simagent/Makefile Fri Mar 12 23:36:46 2021 +0000 @@ -7,7 +7,7 @@ INSTDIR=/opt/freecalypso/target-bin PROG= simagent -OBJS= crt0.o byterx.o cmdtab.o invtable.o main.o simup.o +OBJS= crt0.o byterx.o cmdtab.o invtable.o main.o simup.o stringarg.o tx.o LIBS= ../libcommon/libcommon.a ../libprintf/libprintf.a ../libbase/libbase.a \ ../libc/libc.a LIBGCC= `${CC} -print-file-name=libgcc.a`