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.
This commit is contained in:
parent
0da99447d3
commit
22eeb9b4e9
3 changed files with 5 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue