diff sw/libserial/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 a4918a161d2e
children
line wrap: on
line diff
--- a/sw/libserial/Makefile	Sat Oct 12 03:11:17 2024 +0000
+++ b/sw/libserial/Makefile	Sat Oct 12 19:42:19 2024 +0000
@@ -1,6 +1,6 @@
 CC=	gcc
 CFLAGS=	-O2
-OBJS=	nonblock.o openport.o setbaud.o
+OBJS=	initflush.o nonblock.o openport.o setbaud.o
 LIB=	libserial.a
 
 all:	${LIB}