summaryrefslogtreecommitdiff
path: root/usb-benchmark-project/host/Makefile
diff options
context:
space:
mode:
authorHarald Welte <laforge@gnumonks.org>2011-12-03 00:48:51 +0100
committerHarald Welte <laforge@gnumonks.org>2011-12-03 00:48:51 +0100
commit2dc6ac66432eb5c865ad472e2e9817c6872465cb (patch)
treef8be4b74f64c2cca7511d4187d890145286e5c5f /usb-benchmark-project/host/Makefile
parentc1ad1298a5f2dd0ebe2d398248b89feb111a02f5 (diff)
add host utility for usb benchmarking
Diffstat (limited to 'usb-benchmark-project/host/Makefile')
-rw-r--r--usb-benchmark-project/host/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/usb-benchmark-project/host/Makefile b/usb-benchmark-project/host/Makefile
new file mode 100644
index 0000000..76f9bfd
--- /dev/null
+++ b/usb-benchmark-project/host/Makefile
@@ -0,0 +1,3 @@
+
+benchmark: benchmark.o
+ $(CC) $(LDLAGS) -lusb-1.0 -o $@ $^
personal git repositories of Harald Welte. Your mileage may vary