FreeCalypso > hg > freecalypso-sw
diff target-utils/c139-lldbg/Makefile @ 994:63ea60e7fbbc
target-utils/c139-lldbg: same uart_base clean-up as in c139explore
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Wed, 30 Dec 2015 22:23:01 +0000 |
parents | 5cff3579814c |
children |
line wrap: on
line diff
--- a/target-utils/c139-lldbg/Makefile Wed Dec 30 22:12:35 2015 +0000 +++ b/target-utils/c139-lldbg/Makefile Wed Dec 30 22:23:01 2015 +0000 @@ -5,7 +5,7 @@ OBJCOPY=arm-elf-objcopy PROG= lldbg -OBJS= entry.o cmdtab.o entryinfo.o main.o mygetchar.o +OBJS= entry.o cmdtab.o entryinfo.o main.o mygetchar.o uartbase.o LIBS= ../libcommon/libcommon.a ../libprintf/libprintf.a ../libbase/libbase.a LDS= lldbg.lds