FreeCalypso > hg > freecalypso-tools
diff target-utils/flash-boot-test/Makefile @ 488:cd900b885eb2
target-utils/flash-boot-test: added wd (watchdog disable) command
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Tue, 21 May 2019 20:55:19 +0000 |
parents | 58d3a0634272 |
children | bfddfecc52b2 |
line wrap: on
line diff
--- a/target-utils/flash-boot-test/Makefile Sat Apr 13 04:11:28 2019 +0000 +++ b/target-utils/flash-boot-test/Makefile Tue May 21 20:55:19 2019 +0000 @@ -4,7 +4,8 @@ LD= arm-elf-ld OBJCOPY=arm-elf-objcopy -OBJS= vectors.o crt0.o cmdtab.o main.o mygetchar.o uartbase.o uartinit.o +OBJS= vectors.o crt0.o cmdtab.o main.o mygetchar.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`