FreeCalypso > hg > fc-usbser-tools
comparison libuwrap/Makefile @ 11:fe4231326fb2
libuwrap: implement locating by description-string
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 07 Sep 2023 04:58:16 +0000 |
parents | fd3fcba5a8ac |
children | 80e521d6609c |
comparison
equal
deleted
inserted
replaced
10:fd3fcba5a8ac | 11:fe4231326fb2 |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 OBJS= find_busdev.o find_matchspec.o prelim_init.o | 3 OBJS= find_busdev.o find_desc_str.o find_matchspec.o prelim_init.o |
4 LIB= libuwrap.a | 4 LIB= libuwrap.a |
5 | 5 |
6 all: ${LIB} | 6 all: ${LIB} |
7 | 7 |
8 ${LIB}: ${OBJS} | 8 ${LIB}: ${OBJS} |