From d85f07f25c1047afbfcdd5c0857587bcd8eed39e Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Tue, 28 Feb 2012 03:14:52 +0100 Subject: add (broken) isochronous support... --- usb-benchmark-project/host/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usb-benchmark-project/host/Makefile') diff --git a/usb-benchmark-project/host/Makefile b/usb-benchmark-project/host/Makefile index 76f9bfd..d488672 100644 --- a/usb-benchmark-project/host/Makefile +++ b/usb-benchmark-project/host/Makefile @@ -1,3 +1,3 @@ benchmark: benchmark.o - $(CC) $(LDLAGS) -lusb-1.0 -o $@ $^ + $(CC) $(LDLAGS) -losmocore -lusb-1.0 -o $@ $^ -- cgit v1.2.3