]> mj.ucw.cz Git - home-hw.git/blobdiff - bsb/firmware/Makefile
BSB: Build firmware for DFU boot-loader
[home-hw.git] / bsb / firmware / Makefile
index e50d926d276f9c6961d7345971be1535bb894b68..49081f97a9300122c65d1b9f256c2e9755b50f07 100644 (file)
@@ -3,4 +3,7 @@ BINARY=bsb
 OBJS=main.o
 LIB_OBJS=util-debug.o
 
+WITH_BOOT_LOADER=1
+WITH_DFU_FLASH=1
+
 include $(ROOT)/mk/bluepill.mk