arch/riscv/kernel/vendor_extensions/Makefile

Source file repositories/reference/linux-study-clean/arch/riscv/kernel/vendor_extensions/Makefile

File Facts

System
Linux kernel
Corpus path
arch/riscv/kernel/vendor_extensions/Makefile
Extension
[no extension]
Size
433 bytes
Lines
10
Domain
Architecture Layer
Bucket
arch/riscv
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

obj-$(CONFIG_RISCV_ISA_VENDOR_EXT_ANDES)	+= andes.o
obj-$(CONFIG_RISCV_ISA_VENDOR_EXT_MIPS)  	+= mips.o
obj-$(CONFIG_RISCV_ISA_VENDOR_EXT_MIPS)  	+= mips_hwprobe.o
obj-$(CONFIG_RISCV_ISA_VENDOR_EXT_SIFIVE)	+= sifive.o
obj-$(CONFIG_RISCV_ISA_VENDOR_EXT_SIFIVE)	+= sifive_hwprobe.o
obj-$(CONFIG_RISCV_ISA_VENDOR_EXT_THEAD)	+= thead.o
obj-$(CONFIG_RISCV_ISA_VENDOR_EXT_THEAD)	+= thead_hwprobe.o

Annotation

Implementation Notes