~ruther/qmk_firmware

cfc7ee61c5cb9822a1195028681b928bbeac2fd3 — QMK Bot 4 years ago 7a6e630 + d684b8c
Merge remote-tracking branch 'origin/master' into develop
1 files changed, 8 insertions(+), 4 deletions(-)

M bootloader.mk
M bootloader.mk => bootloader.mk +8 -4
@@ 92,10 92,14 @@ ifeq ($(strip $(BOOTLOADER)), lufa-ms)
    OPT_DEFS += -DBOOTLOADER_MS
    BOOTLOADER_SIZE = 6144
    FIRMWARE_FORMAT = bin
    $(info LUFA MASS STORAGE Bootloader selected)
    $(info DO NOT USE THIS BOOTLOADER IN NEW PROJECTS!)
    $(info It is extremely prone to bricking, and is only included to support existing boards.)
    $(info )
cpfirmware: lufa_warning
.INTERMEDIATE: lufa_warning
lufa_warning: $(FIRMWARE_FORMAT)
	$(info @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@)
	$(info LUFA MASS STORAGE Bootloader selected)
	$(info DO NOT USE THIS BOOTLOADER IN NEW PROJECTS!)
	$(info It is extremely prone to bricking, and is only included to support existing boards.)
	$(info @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@)
endif
ifdef BOOTLOADER_SIZE
    OPT_DEFS += -DBOOTLOADER_SIZE=$(strip $(BOOTLOADER_SIZE))