X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;ds=sidebyside;f=protab%2Fusart1%2FMakefile;h=096288feee811ac6fccc3bffbf2f62c7205dd309;hb=HEAD;hp=117ad11d7873f23623099272757029b5df3f35e7;hpb=de6e7df9d979550c60d1190889db97de7740c814;p=home-hw.git diff --git a/protab/usart1/Makefile b/protab/usart1/Makefile index 117ad11..096288f 100644 --- a/protab/usart1/Makefile +++ b/protab/usart1/Makefile @@ -2,5 +2,7 @@ ROOT=../.. BINARY=usart OBJS=usart.o LIB_OBJS= +WITH_BOOT_LOADER=1 +WITH_DFU_FLASH=1 include $(ROOT)/mk/bluepill.mk