mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-09-10 17:15:43 +00:00
Speed up build tests by only building each test to the ELF output stage (when all files are compiled and linked), rather than to the full HEX output stage as the resulting binary is not actually required.
This commit is contained in:
@@ -1,4 +1,6 @@
|
||||
# BOARD DEFINE = {ARCH} : {MCU} :
|
||||
BOARD_USER = avr8 : at90usb1287 :
|
||||
BOARD_NONE = avr8 : at90usb1287 :
|
||||
BOARD_USBKEY = avr8 : at90usb1287 :
|
||||
BOARD_STK525 = avr8 : at90usb647 :
|
||||
BOARD_STK526 = avr8 : at90usb162 :
|
||||
|
||||
Reference in New Issue
Block a user