arch/mips/bcm63xx/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/mips/bcm63xx/Makefile
Extension
[no extension]
Size
303 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
obj-y		+= clk.o cpu.o cs.o gpio.o irq.o nvram.o prom.o reset.o \
		   setup.o timer.o dev-enet.o dev-flash.o dev-pcmcia.o \
		   dev-rng.o dev-spi.o dev-hsspi.o dev-uart.o dev-wdt.o \
		   dev-usb-usbd.o
obj-$(CONFIG_EARLY_PRINTK)	+= early_printk.o

obj-y		+= boards/

Annotation

Implementation Notes