arch/mips/loongson2ef/common/cs5536/Makefile

Source file repositories/reference/linux-study-clean/arch/mips/loongson2ef/common/cs5536/Makefile

File Facts

System
Linux kernel
Corpus path
arch/mips/loongson2ef/common/cs5536/Makefile
Extension
[no extension]
Size
263 bytes
Lines
13
Domain
Architecture Layer
Bucket
arch/mips
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-only
#
# Makefile for CS5536 support.
#

obj-$(CONFIG_CS5536) += cs5536_pci.o cs5536_ide.o cs5536_acc.o cs5536_ohci.o \
			cs5536_isa.o cs5536_ehci.o

#
# Enable cs5536 mfgpt Timer
#
obj-$(CONFIG_CS5536_MFGPT) += cs5536_mfgpt.o

Annotation

Implementation Notes