File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: release
33env :
44 PROJECT_NAME : qdl
55 REPO_NAME : linux-msm/qdl
6- REPO_REF : 672abb1e81cc630640f2a88e42b6dfd2a429ad14
6+ REPO_REF : a601db1868bcda454a77b6769ca9efac3b0a114c
77 DIST_DIR : dist
88 ARTIFACT_NAME : dist
99
Original file line number Diff line number Diff line change 11diff --git a/Makefile b/Makefile
2- index 203cb04..4482eb8 100644
2+ index a8fb0da..39c9cc5 100644
33--- a/Makefile
44+++ b/Makefile
55@@ -3,7 +3,7 @@ RAMDUMP := qdl-ramdump
@@ -8,6 +8,6 @@ index 203cb04..4482eb8 100644
88 CFLAGS += -O2 -Wall -g `pkg-config --cflags libxml-2.0 libusb-1.0`
99- LDFLAGS += `pkg-config --libs libxml-2.0 libusb-1.0`
1010+ LDFLAGS += `pkg-config --libs libxml-2.0 libusb-1.0 --static`
11- prefix := /usr/local
12-
13- QDL_SRCS := firehose.c io.c qdl.c sahara.c util.c patch.c program.c read.c sim.c ufs.c usb.c ux.c oscompat.c
11+ ifeq ($(OS),Windows_NT)
12+ LDFLAGS += -lws2_32
13+ endif
You can’t perform that action at this time.
0 commit comments