diff options
author | Harald Welte <laforge@gnumonks.org> | 2011-12-03 00:48:51 +0100 |
---|---|---|
committer | Harald Welte <laforge@gnumonks.org> | 2011-12-03 00:48:51 +0100 |
commit | 2dc6ac66432eb5c865ad472e2e9817c6872465cb (patch) | |
tree | f8be4b74f64c2cca7511d4187d890145286e5c5f /usb-benchmark-project/host/Makefile | |
parent | c1ad1298a5f2dd0ebe2d398248b89feb111a02f5 (diff) |
add host utility for usb benchmarking
Diffstat (limited to 'usb-benchmark-project/host/Makefile')
-rw-r--r-- | usb-benchmark-project/host/Makefile | 3 |
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 $@ $^ |