mirror of
https://github.com/torvalds/linux.git
synced 2026-09-24 06:24:02 +02:00
Enable CONTEXT_ANALYSIS for various directories which do not generate any warnings (anymore). Signed-off-by: Heiko Carstens <hca@linux.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
10 lines
192 B
Makefile
10 lines
192 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
#
|
|
# Arch-specific network modules
|
|
#
|
|
|
|
CONTEXT_ANALYSIS := y
|
|
|
|
obj-$(CONFIG_BPF_JIT) += bpf_jit_comp.o bpf_timed_may_goto.o
|
|
obj-$(CONFIG_HAVE_PNETID) += pnet.o
|