]> git.donarmstrong.com Git - qmk_firmware.git/commitdiff
outputs size when make dfuing
authorJack Humbert <jack.humb@gmail.com>
Thu, 19 May 2016 03:16:31 +0000 (23:16 -0400)
committerJack Humbert <jack.humb@gmail.com>
Thu, 19 May 2016 03:16:33 +0000 (23:16 -0400)
tmk_core/rules.mk

index 69c7985b4854008faee6e10676601c042e2752fc..552f32331a9b1939c734574c0af2cb4f18abdafd 100644 (file)
@@ -428,7 +428,7 @@ flip: $(TARGET).hex
        batchisp -hardware usb -device $(MCU) -operation loadbuffer $(TARGET).hex program
        batchisp -hardware usb -device $(MCU) -operation start reset 0
 
-dfu: $(TARGET).hex
+dfu: $(TARGET).hex sizeafter
 ifneq (, $(findstring 0.7, $(shell dfu-programmer --version 2>&1)))
        dfu-programmer $(MCU) erase --force
 else