aboutsummaryrefslogtreecommitdiffstats
path: root/BuildTests/BoardDriverTest/BoardDeviceMap.cfg
diff options
context:
space:
mode:
authorDean Camera <dean@fourwalledcubicle.com>2012-05-07 17:42:49 +0000
committerDean Camera <dean@fourwalledcubicle.com>2012-05-07 17:42:49 +0000
commit7a7ee6a908c1a3d9fff220152309460287178a4f (patch)
tree365c180de31f40c1af5da403a46d09437627d5f2 /BuildTests/BoardDriverTest/BoardDeviceMap.cfg
parente5a7fa201e4482c3658cd382470c4dcfe27578fb (diff)
downloadlufa-7a7ee6a908c1a3d9fff220152309460287178a4f.tar.gz
lufa-7a7ee6a908c1a3d9fff220152309460287178a4f.tar.bz2
lufa-7a7ee6a908c1a3d9fff220152309460287178a4f.zip
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.
Diffstat (limited to 'BuildTests/BoardDriverTest/BoardDeviceMap.cfg')
-rw-r--r--BuildTests/BoardDriverTest/BoardDeviceMap.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/BuildTests/BoardDriverTest/BoardDeviceMap.cfg b/BuildTests/BoardDriverTest/BoardDeviceMap.cfg
index 27eaae9f4..683b1819d 100644
--- a/BuildTests/BoardDriverTest/BoardDeviceMap.cfg
+++ b/BuildTests/BoardDriverTest/BoardDeviceMap.cfg
@@ -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 :