Removed comment about STM32F4 limitations
[fw/stlink] / flash / Makefile
index 6b708714fb534204a7e160bcec0f09041af4c937..9fa67435c4b163afed58e5e11c2a0dce4d9bb86d 100644 (file)
@@ -18,10 +18,10 @@ ifeq ($(CONFIG_USE_LIBSG),)
 CONFIG_USE_LIBSG=1
 endif
 
-#ifneq ($(CONFIG_USE_LIBSG),0)
-#CFLAGS+=-DCONFIG_USE_LIBSG=1
-#LDFLAGS+=-lsgutils2
-#endif
+ifneq ($(CONFIG_USE_LIBSG),0)
+CFLAGS+=-DCONFIG_USE_LIBSG=1
+LDFLAGS+=-lsgutils2
+endif
 
 SRCS=main.c
 OBJS=$(SRCS:.c=.o)