FreeCalypso > hg > fc-pcm-if
comparison sw/mcsi-rx/Makefile @ 6:a10657f8024e
sw: move initflush.c module into libserial
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sat, 12 Oct 2024 19:42:19 +0000 |
parents | de85c3680d7e |
children |
comparison
equal
deleted
inserted
replaced
5:3ae4a6ca5639 | 6:a10657f8024e |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 PROG= fc-mcsi-rx | 3 PROG= fc-mcsi-rx |
4 OBJS= initflush.o main.o mainloop.o robe_out.o | 4 OBJS= main.o mainloop.o robe_out.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 |