FreeCalypso > hg > fc-pcm-if
comparison sw/mcsi-rxtx/Makefile @ 11:e93a11f44e6f
fc-mcsi-rxtx: implement basic Tx
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 28 Oct 2024 06:34:42 +0000 |
parents | 8a386263dd51 |
children | 315428573a25 |
comparison
equal
deleted
inserted
replaced
10:c1d9b5d128f5 | 11:e93a11f44e6f |
---|---|
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 usercmd.o | 4 OBJS= main.o mainloop.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 |