From 09522fa12ac32b002eec8314f74c84110a3953d2 Mon Sep 17 00:00:00 2001 From: Dean Date: Tue, 10 Jul 2012 21:13:09 +0000 Subject: Override the OBJDIR setting for the XPLAINBridge project, as this currently doesn't work. Turn off check-config test in the StaticAnalysisTest build test to save time - if the standard build fails this can be run manually to determine the problem cause. git-svn-id: http://lufa-lib.googlecode.com/svn/trunk@2396 d5102386-fcda-11dd-9fdb-3debd5008f28 --- Projects/XPLAINBridge/makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Projects') diff --git a/Projects/XPLAINBridge/makefile b/Projects/XPLAINBridge/makefile index 30464984..8edd9c71 100644 --- a/Projects/XPLAINBridge/makefile +++ b/Projects/XPLAINBridge/makefile @@ -11,6 +11,9 @@ AVRISP_PATH = ../AVRISP-MKII/ +# FIXME - object directories do not currently work for this project +override OBJDIR = + MCU = at90usb1287 ARCH = AVR8 BOARD = XPLAIN -- cgit v1.2.3