arch/mips/txx9/generic/Makefile

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

File Facts

System
Linux kernel
Corpus path
arch/mips/txx9/generic/Makefile
Extension
[no extension]
Size
321 bytes
Lines
11
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
#
# Makefile for common code for TXx9 based systems
#

obj-y	+= setup.o
obj-$(CONFIG_PCI)	+= pci.o
obj-$(CONFIG_SOC_TX4927)	+= mem_tx4927.o setup_tx4927.o irq_tx4927.o
obj-$(CONFIG_SOC_TX4938)	+= mem_tx4927.o setup_tx4938.o irq_tx4938.o
obj-$(CONFIG_TOSHIBA_FPCIB0)	+= smsc_fdc37m81x.o

Annotation

Implementation Notes