[PATCH v2 3/3] s390/pci: Enable CONTEXT_ANALYSIS
Heiko Carstens <[email protected]> Mon, 3 Aug 2026 16:29:07 +0200
| Newsgroups | org.kernel.vger.linux-s390,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Enable CONTEXT_ANALYSIS since s390's pci code compiles now without warnings. Signed-off-by: Heiko Carstens <[email protected]> --- arch/s390/pci/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/arch/s390/pci/Makefile b/arch/s390/pci/Makefile index 1810e0944a4e..b8be1316491b 100644 --- a/arch/s390/pci/Makefile +++ b/arch/s390/pci/Makefile @@ -3,6 +3,8 @@ # Makefile for the s390 PCI subsystem. # +CONTEXT_ANALYSIS := y + obj-$(CONFIG_PCI) += pci.o pci_irq.o pci_clp.o \ pci_event.o pci_debug.o pci_insn.o pci_mmio.o \ pci_bus.o pci_kvm_hook.o pci_report.o pci_fixup.o -- 2.53.0