diff libuwrap/Makefile @ 10:fd3fcba5a8ac

libuwrap: implement locating by bus/dev
author Mychaela Falconia <falcon@freecalypso.org>
date Thu, 07 Sep 2023 04:18:30 +0000
parents ab506f6aa57c
children fe4231326fb2
line wrap: on
line diff
--- a/libuwrap/Makefile	Thu Sep 07 04:00:56 2023 +0000
+++ b/libuwrap/Makefile	Thu Sep 07 04:18:30 2023 +0000
@@ -1,6 +1,6 @@
 CC=	gcc
 CFLAGS=	-O2
-OBJS=	find_matchspec.o prelim_init.o
+OBJS=	find_busdev.o find_matchspec.o prelim_init.o
 LIB=	libuwrap.a
 
 all:	${LIB}