arch/mips/loongson2ef/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/mips/loongson2ef/Makefile
Extension
[no extension]
Size
314 bytes
Lines
19
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
#
# Common code for all Loongson based systems
#

obj-$(CONFIG_MACH_LOONGSON2EF) += common/

#
# Lemote Fuloong mini-PC (Loongson 2E-based)
#

obj-$(CONFIG_LEMOTE_FULOONG2E)	+= fuloong-2e/

#
# Lemote loongson2f family machines
#

obj-$(CONFIG_LEMOTE_MACH2F)  += lemote-2f/

Annotation

Implementation Notes