Modules can now add the following snipped to their `Makefile`: MODULE_SUPPORTS_STATIC_ANALYSIS := 1 When the application is then build with `make STATIC_ANALYSIS=1`, all modules that opted in to static analysis get build with static analysis.