FreeCalypso > hg > fc-pcm-if
comparison sw/mcsi-rxtx/Makefile @ 13:315428573a25
fc-mcsi-rxtx: implement record function
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 28 Oct 2024 07:24:53 +0000 |
parents | e93a11f44e6f |
children |
comparison
equal
deleted
inserted
replaced
12:23555b9a1c20 | 13:315428573a25 |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 PROG= fc-mcsi-rxtx | 3 PROG= fc-mcsi-rxtx |
4 OBJS= main.o mainloop.o rx_samples.o ttymagic.o tx_func.o usercmd.o | 4 OBJS= main.o mainloop.o record.o rx_samples.o ttymagic.o tx_func.o usercmd.o |
5 LIBS= ../libserial/libserial.a | 5 LIBS= ../libserial/libserial.a |
6 | 6 |
7 INSTALL_PREFIX= /opt/freecalypso | 7 INSTALL_PREFIX= /opt/freecalypso |
8 | 8 |
9 INSTBIN=${INSTALL_PREFIX}/bin | 9 INSTBIN=${INSTALL_PREFIX}/bin |