X-Git-Url: http://mj.ucw.cz/gitweb/?a=blobdiff_plain;f=protab%2Ftimer2-irq%2FMakefile;h=3e812c170017b16392bba06fb23aa789cced2eab;hb=97c5473416e56e061064dd8d820b87da633d8220;hp=9f34630df9cbd610ac95f117e5b7482b586e0515;hpb=de6e7df9d979550c60d1190889db97de7740c814;p=home-hw.git diff --git a/protab/timer2-irq/Makefile b/protab/timer2-irq/Makefile index 9f34630..3e812c1 100644 --- a/protab/timer2-irq/Makefile +++ b/protab/timer2-irq/Makefile @@ -2,5 +2,7 @@ ROOT=../.. BINARY=timer OBJS=timer.o LIB_OBJS= +WITH_BOOT_LOADER=1 +WITH_DFU_FLASH=1 include $(ROOT)/mk/bluepill.mk