view sw/libserial/Makefile @ 16:f422d19c0118 default tip

fc-mcsi-rxtx: fix bug in PCM sample Rx
author Mychaela Falconia <falcon@freecalypso.org>
date Tue, 29 Oct 2024 01:41:33 +0000
parents a10657f8024e
children
line wrap: on
line source

CC=	gcc
CFLAGS=	-O2
OBJS=	initflush.o nonblock.o openport.o setbaud.o
LIB=	libserial.a

all:	${LIB}

${LIB}:	${OBJS}
	ar rcu $@ ${OBJS}
	ranlib $@

clean:
	rm -f *.[oa] errs