arch/s390/pci/Makefile

Source file repositories/reference/linux-study-clean/arch/s390/pci/Makefile

File Facts

System
Linux kernel
Corpus path
arch/s390/pci/Makefile
Extension
[no extension]
Size
308 bytes
Lines
11
Domain
Architecture Layer
Bucket
arch/s390
Inferred role
Architecture Layer: build/configuration rule
Status
atlas-only

Why This File Exists

CPU and platform-specific kernel glue: boot entry, traps, syscall entry, interrupts, page tables, context switch, and low-level barriers.

Dependency Surface

Detected Declarations

Annotated Snippet

# SPDX-License-Identifier: GPL-2.0
#
# Makefile for the s390 PCI subsystem.
#

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
obj-$(CONFIG_PCI_IOV)	+= pci_iov.o
obj-$(CONFIG_SYSFS)	+= pci_sysfs.o

Annotation

Implementation Notes