FreeCalypso > hg > freecalypso-tools
diff target-utils/flash-boot-test/Makefile @ 200:cc6594a7fc7a
target-utils/flash-boot-test: added UART init, needed for mode 1
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 01 May 2017 20:02:49 +0000 |
parents | dbb54db721d1 |
children | 58d3a0634272 |
line wrap: on
line diff
--- a/target-utils/flash-boot-test/Makefile Sun Apr 30 17:45:21 2017 +0000 +++ b/target-utils/flash-boot-test/Makefile Mon May 01 20:02:49 2017 +0000 @@ -4,7 +4,7 @@ LD= arm-elf-ld OBJCOPY=arm-elf-objcopy -OBJS= vectors.o crt0.o cmdtab.o main.o mygetchar.o uartbase.o +OBJS= vectors.o crt0.o cmdtab.o main.o mygetchar.o uartbase.o uartinit.o LIBS= ../libcommon/libcommon.a ../libprintf/libprintf.a ../libbase/libbase.a \ ../libc/libc.a LIBGCC= `${CC} -print-file-name=libgcc.a`