Skip to content
Snippets Groups Projects
Unverified Commit e3b50a6b authored by Gaëtan Harter's avatar Gaëtan Harter
Browse files

makefiles/scan-build: Provide a per board scan-build output

Update the SCANBUILD_OUTPUTDIR to be per board.
Also remove un-necessary export and 'CURDIR'.
parent bba88065
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ SCANBUILD_ARGS ?= \
-analyzer-config stable-report-filename=true \
#
export SCANBUILD_OUTPUTDIR = $(CURDIR)/scan-build/
SCANBUILD_OUTPUTDIR = scan-build/$(BOARD)
# Find all variables given on the command line and recreate the command.
CMDVARS := $(strip $(foreach varname, $(SCANBUILD_ENV_VARS), \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment