FreeCalypso > hg > fc-usbser-tools
comparison libuwrap/Makefile @ 40:f5847be43d35
fc-duart28-conf: bump off both ttyUSB devices on set operation
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Sun, 10 Sep 2023 21:13:58 +0000 |
parents | 80e521d6609c |
children |
comparison
equal
deleted
inserted
replaced
39:b9ecfa54fe2b | 40:f5847be43d35 |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 OBJS= find_busdev.o find_desc_str.o find_matchspec.o open_close.o \ | 3 OBJS= claim_if.o find_busdev.o find_desc_str.o find_matchspec.o open_close.o \ |
4 prelim_init.o | 4 prelim_init.o |
5 LIB= libuwrap.a | 5 LIB= libuwrap.a |
6 | 6 |
7 all: ${LIB} | 7 all: ${LIB} |
8 | 8 |