arch/openrisc/include/asm/Kbuild

Source file repositories/reference/linux-study-clean/arch/openrisc/include/asm/Kbuild

File Facts

System
Linux kernel
Corpus path
arch/openrisc/include/asm/Kbuild
Extension
[no extension]
Size
291 bytes
Lines
13
Domain
Architecture Layer
Bucket
arch/openrisc
Inferred role
Architecture Layer: arch/openrisc
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
syscall-y += syscall_table_32.h

generic-y += extable.h
generic-y += kvm_para.h
generic-y += parport.h
generic-y += spinlock_types.h
generic-y += spinlock.h
generic-y += qrwlock_types.h
generic-y += qrwlock.h
generic-y += ring_buffer.h
generic-y += user.h

Annotation

Implementation Notes