mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
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'.
This commit is contained in:
parent
bba88065ac
commit
e3b50a6bf8
@ -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), \
|
||||
|
Loading…
Reference in New Issue
Block a user