arch/mips/generic/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/mips/generic/Makefile
Extension
[no extension]
Size
561 bytes
Lines
17
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-or-later
#
# Copyright (C) 2016 Imagination Technologies
# Author: Paul Burton <paul.burton@mips.com>
#

obj-$(CONFIG_MACH_GENERIC_CORE) += init.o
obj-$(CONFIG_MACH_GENERIC_CORE) += irq.o
obj-$(CONFIG_MACH_GENERIC_CORE) += proc.o

obj-$(CONFIG_YAMON_DT_SHIM)		+= yamon-dt.o
obj-$(CONFIG_LEGACY_BOARD_SEAD3)	+= board-sead3.o
obj-$(CONFIG_LEGACY_BOARD_OCELOT)	+= board-ocelot.o
obj-$(CONFIG_MACH_INGENIC)			+= board-ingenic.o
obj-$(CONFIG_VIRT_BOARD_RANCHU)		+= board-ranchu.o
obj-$(CONFIG_MACH_REALTEK_RTL)		+= board-realtek.o

Annotation

Implementation Notes