arch/arm/mach-s5pv210/Makefile

Source file repositories/reference/linux-study-clean/arch/arm/mach-s5pv210/Makefile

File Facts

System
Linux kernel
Corpus path
arch/arm/mach-s5pv210/Makefile
Extension
[no extension]
Size
179 bytes
Lines
8
Domain
Architecture Layer
Bucket
arch/arm
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
#
# Copyright (c) 2010 Samsung Electronics Co., Ltd.
# 		http://www.samsung.com/

obj-$(CONFIG_PM_SLEEP)		+= pm.o sleep.o
obj-y				+= s5pv210.o

Annotation

Implementation Notes