From d7d9ff68c94e14a57012fa666c452a66679d6f5f Mon Sep 17 00:00:00 2001 From: Dean Date: Mon, 7 May 2012 17:42:49 +0000 Subject: 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. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2191 d5102386-fcda-11dd-9fdb-3debd5008f28 --- BuildTests/BoardDriverTest/BoardDeviceMap.cfg | 2 ++ 1 file changed, 2 insertions(+) (limited to 'BuildTests/BoardDriverTest/BoardDeviceMap.cfg') diff --git a/BuildTests/BoardDriverTest/BoardDeviceMap.cfg b/BuildTests/BoardDriverTest/BoardDeviceMap.cfg index 27eaae9f..683b1819 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 : -- cgit v1.2.3