FreeCalypso > hg > fc-pcm-if
comparison 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 |
comparison
equal
deleted
inserted
replaced
5:3ae4a6ca5639 | 6:a10657f8024e |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 OBJS= nonblock.o openport.o setbaud.o | 3 OBJS= initflush.o nonblock.o openport.o setbaud.o |
4 LIB= libserial.a | 4 LIB= libserial.a |
5 | 5 |
6 all: ${LIB} | 6 all: ${LIB} |
7 | 7 |
8 ${LIB}: ${OBJS} | 8 ${LIB}: ${OBJS} |