diff options
Diffstat (limited to 'tmk_core/avr.mk')
| -rw-r--r-- | tmk_core/avr.mk | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/tmk_core/avr.mk b/tmk_core/avr.mk index 0c3a9624c..d22c3bbca 100644 --- a/tmk_core/avr.mk +++ b/tmk_core/avr.mk | |||
| @@ -292,14 +292,7 @@ extcoff: $(BUILD_DIR)/$(TARGET).elf | |||
| 292 | 292 | ||
| 293 | bootloader: | 293 | bootloader: |
| 294 | make -C lib/lufa/Bootloaders/DFU/ clean | 294 | make -C lib/lufa/Bootloaders/DFU/ clean |
| 295 | printf "#ifndef QMK_KEYBOARD\n#define QMK_KEYBOARD\n\n" > lib/lufa/Bootloaders/DFU/Keyboard.h | 295 | $(TMK_DIR)/make_dfu_header.sh $(ALL_CONFIGS) |
| 296 | printf "%s\n" "`$(GREP) "MANUFACTURER\s" $(ALL_CONFIGS) -h | tail -1`" >> lib/lufa/Bootloaders/DFU/Keyboard.h | ||
| 297 | printf "%s Bootloader\n" "`$(GREP) "PRODUCT\s" $(ALL_CONFIGS) -h | tail -1 | tr -d '\r'`" >> lib/lufa/Bootloaders/DFU/Keyboard.h | ||
| 298 | printf "%s\n" "`$(GREP) "QMK_ESC_OUTPUT\s" $(ALL_CONFIGS) -h | tail -1`" >> lib/lufa/Bootloaders/DFU/Keyboard.h | ||
| 299 | printf "%s\n" "`$(GREP) "QMK_ESC_INPUT\s" $(ALL_CONFIGS) -h | tail -1`" >> lib/lufa/Bootloaders/DFU/Keyboard.h | ||
| 300 | printf "%s\n" "`$(GREP) "QMK_LED\s" $(ALL_CONFIGS) -h | tail -1`" >> lib/lufa/Bootloaders/DFU/Keyboard.h | ||
| 301 | printf "%s\n" "`$(GREP) "QMK_SPEAKER\s" $(ALL_CONFIGS) -h | tail -1`" >> lib/lufa/Bootloaders/DFU/Keyboard.h | ||
| 302 | printf "\n#endif" >> lib/lufa/Bootloaders/DFU/Keyboard.h | ||
| 303 | make -C lib/lufa/Bootloaders/DFU/ | 296 | make -C lib/lufa/Bootloaders/DFU/ |
| 304 | printf "BootloaderDFU.hex copied to $(TARGET)_bootloader.hex\n" | 297 | printf "BootloaderDFU.hex copied to $(TARGET)_bootloader.hex\n" |
| 305 | cp lib/lufa/Bootloaders/DFU/BootloaderDFU.hex $(TARGET)_bootloader.hex | 298 | cp lib/lufa/Bootloaders/DFU/BootloaderDFU.hex $(TARGET)_bootloader.hex |
