diff options
author | Dean Camera <dean@fourwalledcubicle.com> | 2012-07-10 21:13:09 +0000 |
---|---|---|
committer | Dean Camera <dean@fourwalledcubicle.com> | 2012-07-10 21:13:09 +0000 |
commit | 22eeb9b4e9262e6c1db6404deeb0327a02817de8 (patch) | |
tree | e05955ee703164be66bc78e412b253d63171a3db /Projects | |
parent | 0da99447d3e88e83f9977501bee56af5c7aa56c0 (diff) | |
download | lufa-22eeb9b4e9262e6c1db6404deeb0327a02817de8.tar.gz lufa-22eeb9b4e9262e6c1db6404deeb0327a02817de8.tar.bz2 lufa-22eeb9b4e9262e6c1db6404deeb0327a02817de8.zip |
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.
Diffstat (limited to 'Projects')
-rw-r--r-- | Projects/XPLAINBridge/makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Projects/XPLAINBridge/makefile b/Projects/XPLAINBridge/makefile index 304649849..8edd9c71a 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 |