FreeCalypso > hg > freecalypso-tools
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 76:5bbba2cab6f3 | 77:0f11da299b7d |
|---|---|
| 5 OBJCOPY=arm-elf-objcopy | 5 OBJCOPY=arm-elf-objcopy |
| 6 | 6 |
| 7 INSTDIR=/opt/freecalypso/target-bin | 7 INSTDIR=/opt/freecalypso/target-bin |
| 8 | 8 |
| 9 PROG= buzplayer | 9 PROG= buzplayer |
| 10 OBJS= crt0.o cmdtab.o main.o mygetchar.o | 10 OBJS= crt0.o cmdtab.o main.o mygetchar.o timer.o |
| 11 LIBS= ../libcommon/libcommon.a ../libprintf/libprintf.a ../libbase/libbase.a | 11 LIBS= ../libcommon/libcommon.a ../libprintf/libprintf.a ../libbase/libbase.a |
| 12 LDS= ../env/iram.lds | 12 LDS= ../env/iram.lds |
| 13 | 13 |
| 14 TC_LIBS=`${CC} -print-file-name=libc.a` \ | 14 TC_LIBS=`${CC} -print-file-name=libc.a` \ |
| 15 `${CC} -print-file-name=libgcc.a` | 15 `${CC} -print-file-name=libgcc.a` |
