FreeCalypso > hg > fc-pcm-if
view sw/libserial/Makefile @ 14:f908a782cff9
fc-mcsi-rxtx: pcm_fill_word can be static
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Mon, 28 Oct 2024 07:25:31 +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