diff options
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig index 1331f557e9..d361315540 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -46,6 +46,20 @@ config CBFS_PREFIX Select the prefix to all files put into the image. It's "fallback" by default, "normal" is a common alternative. +config SCANBUILD_ENABLE + bool "build with scan-build for static analysis" + default n + help + Changes the build process to scan-build is used. + Requires scan-build in path. + +config SCANBUILD_REPORT_LOCATION + string "directory to put scan-build report in" + default "" + depends on SCANBUILD_ENABLE + help + Where the scan-build report should be stored + endmenu source src/mainboard/Kconfig |