mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 12:51:47 +00:00
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
@ -19,7 +19,7 @@ CPPCHECK_INCLUDES := $(patsubst %/,%,$(LUFA_PATH))/CodeTemplates/
|
|||||||
|
|
||||||
SRC := $(patsubst %/,%,$(LUFA_PATH))/..
|
SRC := $(patsubst %/,%,$(LUFA_PATH))/..
|
||||||
|
|
||||||
all: begin cppcheck-config cppcheck end
|
all: begin cppcheck end
|
||||||
|
|
||||||
begin:
|
begin:
|
||||||
@echo Executing build test "StaticAnalysisTest".
|
@echo Executing build test "StaticAnalysisTest".
|
||||||
|
@ -16,5 +16,5 @@
|
|||||||
all:
|
all:
|
||||||
|
|
||||||
%:
|
%:
|
||||||
$(MAKE) -C ClassDriver/ $@
|
$(MAKE) -C ClassDriver $@
|
||||||
|
|
||||||
|
@ -11,6 +11,9 @@
|
|||||||
|
|
||||||
AVRISP_PATH = ../AVRISP-MKII/
|
AVRISP_PATH = ../AVRISP-MKII/
|
||||||
|
|
||||||
|
# FIXME - object directories do not currently work for this project
|
||||||
|
override OBJDIR =
|
||||||
|
|
||||||
MCU = at90usb1287
|
MCU = at90usb1287
|
||||||
ARCH = AVR8
|
ARCH = AVR8
|
||||||
BOARD = XPLAIN
|
BOARD = XPLAIN
|
||||||
|
Loading…
Reference in New Issue
Block a user