FreeCalypso > hg > freecalypso-sw
diff target-utils/c139explore/Makefile @ 993:d92e4aadeeb3
target-utils/c139explore: a cleaner way of setting the fixed UART base address
author | Mychaela Falconia <falcon@ivan.Harhan.ORG> |
---|---|
date | Wed, 30 Dec 2015 22:12:35 +0000 |
parents | 5cff3579814c |
children |
line wrap: on
line diff
--- a/target-utils/c139explore/Makefile Wed Dec 30 21:28:41 2015 +0000 +++ b/target-utils/c139explore/Makefile Wed Dec 30 22:12:35 2015 +0000 @@ -5,7 +5,7 @@ OBJCOPY=arm-elf-objcopy PROG= c139explore -OBJS= crt0.o backlight.o cmdtab.o lcd.o main.o mygetchar.o uwire.o +OBJS= crt0.o backlight.o cmdtab.o lcd.o main.o mygetchar.o uartbase.o uwire.o LIBS= ../libcommon/libcommon.a ../libprintf/libprintf.a ../libbase/libbase.a LDS= ../env/compalram.lds