X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gdbserver%2FMakefile;h=a10a0d82793ff6cbae3b6104a3473a123d79a7fb;hb=59a7e8b47013d20bab69da14da0cda9aa635d74f;hp=a8d1b90aa3b35dda5ba88637e1b65ddb51a9c798;hpb=27448f5a6f8ed867e8ddab77f5b9663e9dadc20f;p=fw%2Fstlink diff --git a/gdbserver/Makefile b/gdbserver/Makefile index a8d1b90..a10a0d8 100644 --- a/gdbserver/Makefile +++ b/gdbserver/Makefile @@ -9,7 +9,7 @@ OBJS = gdb-remote.o gdb-server.o CFLAGS+=-g -Wall -Werror -std=gnu99 -I../src CFLAGS+=-DCONFIG_USE_LIBUSB=1 -LDFLAGS=-lusb-1.0 -L.. -lstlink +LDFLAGS=-L.. -lstlink -lusb-1.0 ifeq ($(CONFIG_USE_LIBSG),) CONFIG_USE_LIBSG=1