Removed comment about STM32F4 limitations
[fw/stlink] / Makefile
index 943302e0487fdfcb20358f82179e05d5137464db..d66afb8faa51d7a1a62db4fccdced7a6ba184c53 100644 (file)
--- 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