From 2dc6ac66432eb5c865ad472e2e9817c6872465cb Mon Sep 17 00:00:00 2001 From: Harald Welte Date: Sat, 3 Dec 2011 00:48:51 +0100 Subject: add host utility for usb benchmarking --- usb-benchmark-project/host/Makefile | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 usb-benchmark-project/host/Makefile (limited to 'usb-benchmark-project/host/Makefile') 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 $@ $^ -- cgit v1.2.3