FreeCalypso > hg > fc-usbser-tools
comparison libuwrap/Makefile @ 12:80e521d6609c
libuwrap: implement USB device open and close
author | Mychaela Falconia <falcon@freecalypso.org> |
---|---|
date | Thu, 07 Sep 2023 06:39:49 +0000 |
parents | fe4231326fb2 |
children | f5847be43d35 |
comparison
equal
deleted
inserted
replaced
11:fe4231326fb2 | 12:80e521d6609c |
---|---|
1 CC= gcc | 1 CC= gcc |
2 CFLAGS= -O2 | 2 CFLAGS= -O2 |
3 OBJS= find_busdev.o find_desc_str.o find_matchspec.o prelim_init.o | 3 OBJS= find_busdev.o find_desc_str.o find_matchspec.o open_close.o \ |
4 prelim_init.o | |
4 LIB= libuwrap.a | 5 LIB= libuwrap.a |
5 | 6 |
6 all: ${LIB} | 7 all: ${LIB} |
7 | 8 |
8 ${LIB}: ${OBJS} | 9 ${LIB}: ${OBJS} |