summaryrefslogtreecommitdiff
path: root/usb-benchmark-project/host/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usb-benchmark-project/host/Makefile')
-rw-r--r--usb-benchmark-project/host/Makefile2
1 files changed, 1 insertions, 1 deletions
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 $@ $^
personal git repositories of Harald Welte. Your mileage may vary