arch/s390/Kbuild

Source file repositories/reference/linux-study-clean/arch/s390/Kbuild

File Facts

System
Linux kernel
Corpus path
arch/s390/Kbuild
Extension
[no extension]
Size
334 bytes
Lines
14
Domain
Architecture Layer
Bucket
arch/s390
Inferred role
Architecture Layer: arch/s390
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
obj-y				+= kernel/
obj-y				+= mm/
obj-$(CONFIG_KVM)		+= kvm/
obj-y				+= crypto/
obj-$(CONFIG_S390_HYPFS)	+= hypfs/
obj-$(CONFIG_APPLDATA_BASE)	+= appldata/
obj-y				+= net/
obj-$(CONFIG_PCI)		+= pci/
obj-$(CONFIG_ARCH_SUPPORTS_KEXEC_PURGATORY) += purgatory/

# for cleaning
subdir- += boot tools

Annotation

Implementation Notes