FreeCalypso > hg > freecalypso-tools
diff target-utils/loadagent/Makefile @ 520:bfddfecc52b2
target-utils: removed duplicated mygetchar.c modules
from individual programs
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 03 Jun 2019 00:40:13 +0000 |
parents | 58d3a0634272 |
children | 6562364b2033 |
line wrap: on
line diff
--- a/target-utils/loadagent/Makefile Sun Jun 02 23:59:12 2019 +0000 +++ b/target-utils/loadagent/Makefile Mon Jun 03 00:40:13 2019 +0000 @@ -7,7 +7,7 @@ INSTDIR=/opt/freecalypso/target-bin PROG= loadagent -OBJS= crt0.o cmdtab.o main.o mygetchar.o +OBJS= crt0.o cmdtab.o main.o LIBS= ../libload/libload.a ../libcommon/libcommon.a ../libprintf/libprintf.a \ ../libbase/libbase.a ../libc/libc.a LIBGCC= `${CC} -print-file-name=libgcc.a`