All drivers in drivers/s390/net pass clang's compile time context analysis. Therefore enable CONTEXT_ANALYSIS. Signed-off-by: Heiko Carstens --- drivers/s390/net/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/drivers/s390/net/Makefile b/drivers/s390/net/Makefile index 537514cc52fb..038ba3e4005d 100644 --- a/drivers/s390/net/Makefile +++ b/drivers/s390/net/Makefile @@ -3,6 +3,8 @@ # S/390 network devices # +CONTEXT_ANALYSIS := y + ctcm-y += ctcm_main.o ctcm_fsms.o ctcm_mpc.o ctcm_sysfs.o ctcm_dbug.o obj-$(CONFIG_CTCM) += ctcm.o fsm.o obj-$(CONFIG_SMSGIUCV) += smsgiucv.o -- 2.53.0