1
0
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:
Gaëtan Harter 2018-11-14 13:01:09 +01:00
parent bba88065ac
commit e3b50a6bf8
No known key found for this signature in database
GPG Key ID: 76DF6BCF1B1F883B

View File

@ -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), \