summaryrefslogtreecommitdiff
path: root/usb-benchmark-project/host/Makefile
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2012-02-28 03:14:52 +0100
committerHarald Welte <laforge@gnumonks.org>2012-02-28 03:14:52 +0100
commitd85f07f25c1047afbfcdd5c0857587bcd8eed39e (patch)
treee7c616f5c1b23cf9c5703b865040065ce49dfede /usb-benchmark-project/host/Makefile
parentb497b17d2ae880ab2d11484dc0f2bad276060f80 (diff)
add (broken) isochronous support...HEADmaster
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