arch/mips/loongson2ef/lemote-2f/Makefile

Source file repositories/reference/linux-study-clean/arch/mips/loongson2ef/lemote-2f/Makefile

File Facts

System
Linux kernel
Corpus path
arch/mips/loongson2ef/lemote-2f/Makefile
Extension
[no extension]
Size
209 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 lemote loongson2f family machines
#

obj-y += clock.o machtype.o irq.o reset.o dma.o ec_kb3310b.o

#
# Suspend Support
#

obj-$(CONFIG_SUSPEND) += pm.o

Annotation

Implementation Notes