X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=Makefile;h=d66afb8faa51d7a1a62db4fccdced7a6ba184c53;hb=93b186f15b493728d1662f4a6f96aae835962f02;hp=943302e0487fdfcb20358f82179e05d5137464db;hpb=85f4519307f45904237444fdc33761b1ffec52dc;p=fw%2Fstlink diff --git a/Makefile b/Makefile index 943302e..d66afb8 100644 --- a/Makefile +++ b/Makefile @@ -66,6 +66,6 @@ flash: $(MAKE) -C flash CONFIG_USE_LIBSG="$(CONFIG_USE_LIBSG)" gdbserver: - $(MAKE) -C gdbserver + $(MAKE) -C gdbserver CONFIG_USE_LIBSG="$(CONFIG_USE_LIBSG)" .PHONY: clean all flash gdbserver