FreeCalypso > hg > freecalypso-tools
diff target-utils/flash-boot-test/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 | cd900b885eb2 |
children |
line wrap: on
line diff
--- a/target-utils/flash-boot-test/Makefile Sun Jun 02 23:59:12 2019 +0000 +++ b/target-utils/flash-boot-test/Makefile Mon Jun 03 00:40:13 2019 +0000 @@ -4,8 +4,7 @@ LD= arm-elf-ld OBJCOPY=arm-elf-objcopy -OBJS= vectors.o crt0.o cmdtab.o main.o mygetchar.o uartbase.o uartinit.o \ - watchdog.o +OBJS= vectors.o crt0.o cmdtab.o main.o uartbase.o uartinit.o watchdog.o LIBS= ../libcommon/libcommon.a ../libprintf/libprintf.a ../libbase/libbase.a \ ../libc/libc.a LIBGCC= `${CC} -print-file-name=libgcc.a`