arch/mips/alchemy/devboards/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/mips/alchemy/devboards/Makefile
Extension
[no extension]
Size
165 bytes
Lines
8
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
#
# Alchemy Develboards
#

obj-y += bcsr.o platform.o db1000.o db1200.o db1300.o db1550.o db1xxx.o
obj-$(CONFIG_PM)		+= pm.o

Annotation

Implementation Notes