X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=protab%2Fblink2%2FMakefile;h=011261f292c1a9ff99eca637a38d6ff33febf0a8;hb=97c5473416e56e061064dd8d820b87da633d8220;hp=17a67e8d2fac22387a7350058e1917796d2233d5;hpb=4ce1e35b9679aba74cd25255fb01f8a32eedfd91;p=home-hw.git diff --git a/protab/blink2/Makefile b/protab/blink2/Makefile index 17a67e8..011261f 100644 --- a/protab/blink2/Makefile +++ b/protab/blink2/Makefile @@ -2,5 +2,7 @@ ROOT=../.. BINARY=blink OBJS=blink.o LIB_OBJS= +WITH_BOOT_LOADER=1 +WITH_DFU_FLASH=1 include $(ROOT)/mk/bluepill.mk