arch/loongarch/pci/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/loongarch/pci/Makefile
Extension
[no extension]
Size
159 bytes
Lines
8
Domain
Architecture Layer
Bucket
arch/loongarch
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 PCI specific kernel interface routines under Linux.
#

obj-y				+= pci.o
obj-$(CONFIG_ACPI)		+= acpi.o

Annotation

Implementation Notes