]> mj.ucw.cz Git - home-hw.git/blob - test-bootloader/Makefile
Auto: Meditation mode turned off
[home-hw.git] / test-bootloader / Makefile
1 ROOT=..
2 BINARY=bootloader
3 OBJS=
4 LIB_OBJS=util-debug.o dfu-bootloader.o
5 MAX_SIZE=8192
6
7 include $(ROOT)/mk/bluepill.mk