arch/mips/sgi-ip32/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/mips/sgi-ip32/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 SGI specific kernel interface routines
# under Linux.
#

obj-y	+= ip32-berr.o ip32-irq.o ip32-platform.o ip32-setup.o ip32-reset.o \
	   crime.o ip32-memory.o ip32-dma.o

Annotation

Implementation Notes