arch/mips/sibyte/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/mips/sibyte/Makefile
Extension
[no extension]
Size
675 bytes
Lines
24
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
#
# Sibyte SB1250 / BCM1480 family of SOCs
#
obj-$(CONFIG_SIBYTE_BCM112X)	+= sb1250/
obj-$(CONFIG_SIBYTE_BCM112X)	+= common/
obj-$(CONFIG_SIBYTE_SB1250)	+= sb1250/
obj-$(CONFIG_SIBYTE_SB1250)	+= common/
obj-$(CONFIG_SIBYTE_BCM1x80)	+= bcm1480/
obj-$(CONFIG_SIBYTE_BCM1x80)	+= common/

#
# Sibyte BCM91125C (CRhone) board
# Sibyte BCM91125E (Rhone) board
# Sibyte SWARM board
# Sibyte BCM91x80 (BigSur) board
#
obj-$(CONFIG_SIBYTE_CRHONE)	+= swarm/
obj-$(CONFIG_SIBYTE_RHONE)	+= swarm/
obj-$(CONFIG_SIBYTE_SENTOSA)	+= swarm/
obj-$(CONFIG_SIBYTE_SWARM)	+= swarm/
obj-$(CONFIG_SIBYTE_BIGSUR)	+= swarm/
obj-$(CONFIG_SIBYTE_LITTLESUR)	+= swarm/

Annotation

Implementation Notes