X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=gdbserver%2FMakefile;h=c81ea52b84fdcfaa3cb8ebaefca17b06c03b0d71;hb=5eda4566d617fedd2a9d3020ddae06b394d08a5f;hp=e9d2774f35b7f6826f0fd4e4c5be35113820ee8f;hpb=8f4e7c64dc798e6c5471cb6844f08f5b35f1e4bf;p=fw%2Fstlink diff --git a/gdbserver/Makefile b/gdbserver/Makefile index e9d2774..c81ea52 100644 --- a/gdbserver/Makefile +++ b/gdbserver/Makefile @@ -1,13 +1,8 @@ - PRG := st-util OBJS = gdb-remote.o gdb-server.o CFLAGS+=-g -Wall -Werror -std=gnu99 -I../src -CFLAGS+=-DCONFIG_USE_LIBUSB -CFLAGS+=-DCONFIG_USE_LIBSG -LIBS := -lstlink -lusb-1.0 -lsgutils2 -LDFLAGS+=$(LIBS) -L.. - +LDFLAGS=-L.. -lstlink -lusb-1.0 all: $(PRG)