FreeCalypso > hg > freecalypso-tools
diff target-utils/c139-lldbg/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 | d7ef80dce192 |
children |
line wrap: on
line diff
--- a/target-utils/c139-lldbg/Makefile Sun Jun 02 23:59:12 2019 +0000 +++ b/target-utils/c139-lldbg/Makefile Mon Jun 03 00:40:13 2019 +0000 @@ -5,7 +5,7 @@ OBJCOPY=arm-elf-objcopy PROG= lldbg -OBJS= entry.o cmdtab.o entryinfo.o main.o mygetchar.o uartbase.o +OBJS= entry.o cmdtab.o entryinfo.o main.o uartbase.o LIBS= ../libcommon/libcommon.a ../libprintf/libprintf.a ../libbase/libbase.a \ ../libc/libc.a LIBGCC= `${CC} -print-file-name=libgcc.a`