FreeCalypso > hg > freecalypso-tools
diff target-utils/buzplayer/Makefile @ 77:0f11da299b7d
buzplayer: beginning of timer implementation
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 27 Oct 2016 04:01:16 +0000 |
parents | 5bbba2cab6f3 |
children | eb5960dc258c |
line wrap: on
line diff
--- a/target-utils/buzplayer/Makefile Thu Oct 27 03:50:40 2016 +0000 +++ b/target-utils/buzplayer/Makefile Thu Oct 27 04:01:16 2016 +0000 @@ -7,7 +7,7 @@ INSTDIR=/opt/freecalypso/target-bin PROG= buzplayer -OBJS= crt0.o cmdtab.o main.o mygetchar.o +OBJS= crt0.o cmdtab.o main.o mygetchar.o timer.o LIBS= ../libcommon/libcommon.a ../libprintf/libprintf.a ../libbase/libbase.a LDS= ../env/iram.lds