arch/hexagon/mm/Makefile

Source file repositories/reference/linux-study-clean/arch/hexagon/mm/Makefile

File Facts

System
Linux kernel
Corpus path
arch/hexagon/mm/Makefile
Extension
[no extension]
Size
191 bytes
Lines
8
Domain
Architecture Layer
Bucket
arch/hexagon
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
#
# Makefile for Hexagon memory management subsystem
#

obj-y := init.o uaccess.o vm_fault.o cache.o
obj-y += copy_to_user.o copy_from_user.o vm_tlb.o

Annotation

Implementation Notes