]> mj.ucw.cz Git - home-hw.git/blob - test-blink/Makefile
81ed48bde96d18b8970cd3d7eb0a96ab565c66eb
[home-hw.git] / test-blink / Makefile
1 ROOT=..
2 BINARY=test
3 OBJS=test.o
4 LIB_OBJS=util-debug.o
5
6 WITH_BOOT_LOADER=1
7 WITH_DFU_FLASH=1
8
9 include $(ROOT)/mk/bluepill.mk