Skip to content

Commit

Permalink
tools: hv: remove unnecessary link flag
Browse files Browse the repository at this point in the history
The link flag pthread is not needed.

Signed-off-by: Weibing Zhang <[email protected]>
Signed-off-by: K. Y. Srinivasan <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
  • Loading branch information
atheism authored and gregkh committed Nov 7, 2016
1 parent 8500096 commit 822114a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/hv/Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
# Makefile for Hyper-V tools

CC = $(CROSS_COMPILE)gcc
PTHREAD_LIBS = -lpthread
WARNINGS = -Wall -Wextra
CFLAGS = $(WARNINGS) -g $(PTHREAD_LIBS) $(shell getconf LFS_CFLAGS)
CFLAGS = $(WARNINGS) -g $(shell getconf LFS_CFLAGS)

CFLAGS += -D__EXPORTED_HEADERS__ -I../../include/uapi -I../../include

Expand Down

0 comments on commit 822114a

Please sign in to comment.