Print undecode chip_id too
[fw/stlink] / Makefile
index d35b3c4f1b57739972fdabb0ba8ec86e0ee34532..6bf02323d731c9b8d0e360c8b34bcfe812a40897 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -42,8 +42,6 @@ clean:
        rm -rf $(LIBRARY)
        rm -rf test_usb*
        rm -rf test_sg*
-
-distclean: clean
        $(MAKE) -C flash clean
        $(MAKE) -C gdbserver clean
        
@@ -51,6 +49,6 @@ flash:
        $(MAKE) -C flash
 
 gdbserver:
-       $(MAKE) -C gdbserver
+       $(MAKE) -C gdbserver CONFIG_USE_LIBSG="$(CONFIG_USE_LIBSG)"
 
 .PHONY: clean all flash gdbserver