Now that all locking functions in block drivers have been annotated, enable lock context analysis for all block drivers at the top level of drivers/block/. Signed-off-by: Bart Van Assche --- drivers/block/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/block/Makefile b/drivers/block/Makefile index 2d8096eb8cdf..e17f6381b798 100644 --- a/drivers/block/Makefile +++ b/drivers/block/Makefile @@ -6,6 +6,8 @@ # Rewritten to use lists instead of if-statements. # +CONTEXT_ANALYSIS := y + # needed for trace events ccflags-y += -I$(src)