mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-07-16 04:41:28 +00:00
Fix broken StaticAnalysisTest build test due to the changes to the CPPCHECK build module.
This commit is contained in:
parent
e7e45baef1
commit
2351c46f0b
@ -16,7 +16,8 @@ CPPCHECK_EXCLUDES = FATFs/ \
|
||||
uip/
|
||||
CPPCHECK_INCLUDES = $(patsubst %/,%,$(LUFA_PATH))/CodeTemplates/ \
|
||||
$(patsubst %/,%,$(LUFA_PATH))/../Projects/AVRISP-MKII/
|
||||
CPPCHECK_PATH = $(patsubst %/,%,$(LUFA_PATH))/..
|
||||
|
||||
SRC = $(patsubst %/,%,$(LUFA_PATH))/..
|
||||
|
||||
all: begin cppcheck-config cppcheck end
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user