From 49699660ac5f10e461821af624cb0470f95bc22f Mon Sep 17 00:00:00 2001
From: Sedat Dilek <sedat.dilek@gmail.com>
Date: Sat, 31 Aug 2013 01:37:21 +0200
Subject: [PATCH 4/8] tools: usb: Use -pthread instead of -lpthread

Signed-off-by: Sedat Dilek <sedat.dilek@gmail.com>
---
 tools/usb/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/usb/Makefile b/tools/usb/Makefile
index 396d6c4..c14f514 100644
--- a/tools/usb/Makefile
+++ b/tools/usb/Makefile
@@ -1,7 +1,7 @@
 # Makefile for USB tools
 
 CC = $(CROSS_COMPILE)gcc
-PTHREAD_LIBS = -lpthread
+PTHREAD_LIBS = -pthread
 WARNINGS = -Wall -Wextra
 CFLAGS = $(WARNINGS) -g $(PTHREAD_LIBS) -I../include
 
-- 
1.8.4

