FreeCalypso > hg > fc-pcm-if
diff 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 |
line wrap: on
line diff
--- a/sw/mcsi-rx/Makefile Sat Oct 12 03:11:17 2024 +0000 +++ b/sw/mcsi-rx/Makefile Sat Oct 12 19:42:19 2024 +0000 @@ -1,7 +1,7 @@ CC= gcc CFLAGS= -O2 PROG= fc-mcsi-rx -OBJS= initflush.o main.o mainloop.o robe_out.o +OBJS= main.o mainloop.o robe_out.o LIBS= ../libserial/libserial.a INSTALL_PREFIX= /opt/freecalypso