arch/mips/cobalt/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/mips/cobalt/Makefile
Extension
[no extension]
Size
231 bytes
Lines
9
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 the Cobalt micro systems family specific parts of the kernel
#

obj-y := buttons.o irq.o lcd.o led.o mtd.o reset.o rtc.o serial.o setup.o time.o

obj-$(CONFIG_PCI)		+= pci.o

Annotation

Implementation Notes