diff options
Diffstat (limited to 'usb-benchmark-project/host/Makefile')
-rw-r--r-- | usb-benchmark-project/host/Makefile | 2 |
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 $@ $^ |