arch/arc/include/asm/Kbuild

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

File Facts

System
Linux kernel
Corpus path
arch/arc/include/asm/Kbuild
Extension
[no extension]
Size
242 bytes
Lines
11
Domain
Architecture Layer
Bucket
arch/arc
Inferred role
Architecture Layer: arch/arc
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 += mcs_spinlock.h
generic-y += parport.h
generic-y += ring_buffer.h
generic-y += user.h
generic-y += text-patching.h

Annotation

Implementation Notes